Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/gpl2/dts Cleanup copies of dt-bindings includes



details:   https://anonhg.NetBSD.org/src/rev/36b3e5fc3f6b
branches:  trunk
changeset: 824717:36b3e5fc3f6b
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Thu Jun 15 20:22:44 2017 +0000

description:
Cleanup copies of dt-bindings includes

diffstat:

 sys/external/gpl2/dts/dts2netbsd |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 58fda2d3ef6b -r 36b3e5fc3f6b sys/external/gpl2/dts/dts2netbsd
--- a/sys/external/gpl2/dts/dts2netbsd  Thu Jun 15 20:15:11 2017 +0000
+++ b/sys/external/gpl2/dts/dts2netbsd  Thu Jun 15 20:22:44 2017 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-#      $NetBSD: dts2netbsd,v 1.1 2017/06/15 20:15:11 jmcneill Exp $ */
+#      $NetBSD: dts2netbsd,v 1.2 2017/06/15 20:22:44 jmcneill Exp $ */
 #
 # Copyright (c) 2013, 2017 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -77,6 +77,7 @@
 for arch in arm arm64 mips; do
        mkdir -p $d/arch/${arch}/boot
        cp -r $r/arch/${arch}/boot/dts $d/arch/${arch}/boot
+       rm -rf $d/arch/${arch}/boot/dts/include
 done
 
 # cd to import directory



Home | Main Index | Thread Index | Old Index