Source-Changes-HG archive

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

[src/trunk]: src/bin/ksh Put back awk, other scripts need it.



details:   https://anonhg.NetBSD.org/src/rev/c1fae48184cf
branches:  trunk
changeset: 344207:c1fae48184cf
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Mar 16 23:02:23 2016 +0000

description:
Put back awk, other scripts need it.

diffstat:

 bin/ksh/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f80c4c2a7295 -r c1fae48184cf bin/ksh/Makefile
--- a/bin/ksh/Makefile  Wed Mar 16 23:01:33 2016 +0000
+++ b/bin/ksh/Makefile  Wed Mar 16 23:02:23 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.32 2016/03/16 23:01:33 christos Exp $
+#      $NetBSD: Makefile,v 1.33 2016/03/16 23:02:23 christos Exp $
 
 WARNS=3
 CWARNFLAGS.clang+=     -Wno-error=cast-qual
@@ -22,6 +22,7 @@
 
 # Environment for scripts executed during build.
 SCRIPT_ENV= \
+       AWK=${TOOL_AWK:Q} \
        SED=${TOOL_SED:Q}
 
 CLEANFILES+=   siglist.out siglist.out.tmp



Home | Main Index | Thread Index | Old Index