Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/awk Make this build as part of the dist/miniroot bui...
details: https://anonhg.NetBSD.org/src/rev/e8de32c54e38
branches: trunk
changeset: 759713:e8de32c54e38
user: he <he%NetBSD.org@localhost>
date: Wed Dec 15 08:09:23 2010 +0000
description:
Make this build as part of the dist/miniroot build, where it's still
referenced. Adjust for the move from dist/ to external/.
diffstat:
usr.bin/awk/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r 410477ae737c -r e8de32c54e38 usr.bin/awk/Makefile
--- a/usr.bin/awk/Makefile Wed Dec 15 08:09:02 2010 +0000
+++ b/usr.bin/awk/Makefile Wed Dec 15 08:09:23 2010 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.14 2009/04/14 22:15:17 lukem Exp $
+# $NetBSD: Makefile,v 1.15 2010/12/15 08:09:23 he Exp $
WARNS?= 1 # fails -Wshadow -Wcast-qual
.include <bsd.own.mk>
-DIST= ${NETBSDSRCDIR}/dist
-.PATH: ${DIST}/nawk
+DIST= ${NETBSDSRCDIR}/external/historical/nawk/dist/
+.PATH: ${DIST}
PROG= awk
SRCS= awkgram.y b.c lex.c lib.c main.c parse.c proctab.c run.c tran.c
-CPPFLAGS+= -I${DIST}/nawk -I. -DHAS_ISBLANK
+CPPFLAGS+= -I${DIST} -I. -DHAS_ISBLANK
LDADD+= -lm
.if !defined(HOSTPROG)
DPADD+= ${LIBM}
Home |
Main Index |
Thread Index |
Old Index