Source-Changes-HG archive

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

[src/trunk]: src/sys/conf change -h to -n because it is more "portable"



details:   https://anonhg.NetBSD.org/src/rev/e8c185c97e66
branches:  trunk
changeset: 456143:e8c185c97e66
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Apr 24 20:53:10 2019 +0000

description:
change -h to -n because it is more "portable"

diffstat:

 sys/conf/dts.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dee2015c4491 -r e8c185c97e66 sys/conf/dts.mk
--- a/sys/conf/dts.mk   Wed Apr 24 18:47:54 2019 +0000
+++ b/sys/conf/dts.mk   Wed Apr 24 20:53:10 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dts.mk,v 1.11 2019/04/23 13:36:42 christos Exp $
+# $NetBSD: dts.mk,v 1.12 2019/04/24 20:53:10 christos Exp $
 
 DTSARCH?=${MACHINE_CPU}
 DTSGNUARCH?=${DTSARCH}
@@ -8,7 +8,7 @@
 .BEGIN::
        -@mkdir -p dts
 .for _arch in ${DTSGNUARCH}
-       -@ln -shf ${S:S@^../@../../@}/external/gpl2/dts/dist/arch/${_arch}/boot/dts dts/${_arch}
+       -@ln -snf ${S:S@^../@../../@}/external/gpl2/dts/dist/arch/${_arch}/boot/dts dts/${_arch}
 .endfor
 .endif
 



Home | Main Index | Thread Index | Old Index