Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/historical/nawk/bin Don't build awk.info because ma...
details: https://anonhg.NetBSD.org/src/rev/ef1f172ae26a
branches: trunk
changeset: 759555:ef1f172ae26a
user: christos <christos%NetBSD.org@localhost>
date: Sun Dec 12 19:01:03 2010 +0000
description:
Don't build awk.info because matt removed it.
diffstat:
external/historical/nawk/bin/Makefile | 16 +---------------
1 files changed, 1 insertions(+), 15 deletions(-)
diffs (28 lines):
diff -r f6bab6c92cc5 -r ef1f172ae26a external/historical/nawk/bin/Makefile
--- a/external/historical/nawk/bin/Makefile Sun Dec 12 18:52:41 2010 +0000
+++ b/external/historical/nawk/bin/Makefile Sun Dec 12 19:01:03 2010 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index