Module Name:    src
Committed By:   christos
Date:           Tue May 24 19:36:41 UTC 2016

Modified Files:
        src/distrib/sets: mkvars.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/distrib/sets/mkvars.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/mkvars.mk
diff -u src/distrib/sets/mkvars.mk:1.26 src/distrib/sets/mkvars.mk:1.27
--- src/distrib/sets/mkvars.mk:1.26	Sat Feb 20 23:16:36 2016
+++ src/distrib/sets/mkvars.mk	Tue May 24 15:36:41 2016
@@ -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 @@ mkextravars: .PHONY
 	@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

Reply via email to