Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets This should be SED not TOOL_SED since this is w...



details:   https://anonhg.NetBSD.org/src/rev/ce30fcb8d8ee
branches:  trunk
changeset: 345401:ce30fcb8d8ee
user:      christos <christos%NetBSD.org@localhost>
date:      Tue May 24 19:36:41 2016 +0000

description:
This should be SED not TOOL_SED since this is what is set from the ${SETSENV}
command in the Makefile!

diffstat:

 distrib/sets/mkvars.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 5338004625bc -r ce30fcb8d8ee distrib/sets/mkvars.mk
--- a/distrib/sets/mkvars.mk    Tue May 24 19:31:27 2016 +0000
+++ b/distrib/sets/mkvars.mk    Tue May 24 19:36:41 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mkvars.mk,v 1.26 2016/02/21 04:16:36 christos Exp $
+# $NetBSD: mkvars.mk,v 1.27 2016/05/24 19:36:41 christos Exp $
 
 MKEXTRAVARS= \
        MACHINE \
@@ -93,12 +93,12 @@
        @echo $i="${$i}"
 .endfor
 .if ${MKCOMPAT} != "no"
-       @echo COMPATARCHDIRS=${COMPATARCHDIRS} | ${TOOL_SED} -e's/ /,/g'
+       @echo COMPATARCHDIRS=${COMPATARCHDIRS} | ${SED} -e's/ /,/g'
 .else
        @echo COMPATARCHDIRS=
 .endif
 .if ${MKKMOD} != "no" && ${MKCOMPATMODULES} != "no"
-       @echo KMODARCHDIRS=${KMODARCHDIRS} | ${TOOL_SED} -e's/ /,/g'
+       @echo KMODARCHDIRS=${KMODARCHDIRS} | ${SED} -e's/ /,/g'
 .else
        @echo KMODARCHDIRS=
 .endif



Home | Main Index | Thread Index | Old Index