Source-Changes-HG archive

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

[src/trunk]: src/tools/awk hook to the new awk in external



details:   https://anonhg.NetBSD.org/src/rev/f3db47bbc3f9
branches:  trunk
changeset: 759514:f3db47bbc3f9
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 12 04:06:19 2010 +0000

description:
hook to the new awk in external

diffstat:

 tools/awk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r b173bb311f5a -r f3db47bbc3f9 tools/awk/Makefile
--- a/tools/awk/Makefile        Sun Dec 12 00:38:07 2010 +0000
+++ b/tools/awk/Makefile        Sun Dec 12 04:06:19 2010 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.2 2008/11/25 18:41:57 christos Exp $
+#      $NetBSD: Makefile,v 1.3 2010/12/12 04:06:19 christos Exp $
 
 HOSTPROGNAME=  ${_TOOL_PREFIX}awk
-HOST_SRCDIR=   usr.bin/awk
+HOST_SRCDIR=   external/historical/nawk/bin
 HOST_CPPFLAGS+=        -D__EXTENSIONS__        # for isblank
 
 .include "${.CURDIR}/../Makefile.host"



Home | Main Index | Thread Index | Old Index