Module Name: src
Committed By: christos
Date: Sun Dec 12 19:01:04 UTC 2010
Modified Files:
src/external/historical/nawk/bin: Makefile
Log Message:
Don't build awk.info because matt removed it.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/historical/nawk/bin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/historical/nawk/bin/Makefile
diff -u src/external/historical/nawk/bin/Makefile:1.2 src/external/historical/nawk/bin/Makefile:1.3
--- src/external/historical/nawk/bin/Makefile:1.2 Thu Aug 26 12:21:25 2010
+++ src/external/historical/nawk/bin/Makefile Sun Dec 12 14:01:03 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/08/26 16:21:25 christos Exp $
+# $NetBSD: Makefile,v 1.3 2010/12/12 19:01:03 christos Exp $
WARNS?= 4
@@ -20,18 +20,4 @@
COPTS+= -Wno-pointer-sign
.endif
-# info file originally from GNU awk 3.1.3, adjusted for nawk slightly
-.PATH: ${NETBSDSRCDIR}/gnu/dist/gawk
-TEXINFO= awk.info
-
-# During the tools build (from src/tools/awk/Makefile),
-# src/tools/Makefile.host changes .CURDIR back and forth between
-# src/tools/awk and src/usr.bin/awk. For some unknown reason, including
-# bsd.info.mk here leads to the obj dir being created at the wrong time,
-# while .CURDIR is src/usr.bin/awk. Work around the problem by not
-# including bsd.info.mk when MKINFO=no.
-.if ${MKINFO} != "no"
-.include <bsd.info.mk>
-.endif
-
.include <bsd.prog.mk>