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/fadd0469ce5b
branches: trunk
changeset: 814349:fadd0469ce5b
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 a921b5975556 -r fadd0469ce5b 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