Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src use NETBSDSRCDIR as appropriate
details: https://anonhg.NetBSD.org/src/rev/3ee9e15c080b
branches: trunk
changeset: 536535:3ee9e15c080b
user: lukem <lukem%NetBSD.org@localhost>
date: Wed Sep 18 02:51:46 2002 +0000
description:
use NETBSDSRCDIR as appropriate
diffstat:
games/boggle/Makefile | 4 ++--
games/dm/Makefile | 6 +++---
share/locale/ctype/Makefile | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
diffs (55 lines):
diff -r f94a57d76d5f -r 3ee9e15c080b games/boggle/Makefile
--- a/games/boggle/Makefile Wed Sep 18 02:43:53 2002 +0000
+++ b/games/boggle/Makefile Wed Sep 18 02:51:46 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2002/03/05 19:17:44 thorpej Exp $
+# $NetBSD: Makefile,v 1.19 2002/09/18 02:51:46 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 6/11/93
.include <bsd.own.mk>
@@ -9,7 +9,7 @@
MKDICT=${MKDICTDIR}/mkdict
MKINDEXDIR!= cd $(.CURDIR)/mkindex; ${PRINTOBJDIR}
MKINDEX=${MKINDEXDIR}/mkindex
-WORDS=${.CURDIR}/../../share/dict/web2
+WORDS=${NETBSDSRCDIR}/share/dict/web2
DICTFILES=dictionary dictindex
.if ${MKSHARE} != "no"
FILES=${DICTFILES}
diff -r f94a57d76d5f -r 3ee9e15c080b games/dm/Makefile
--- a/games/dm/Makefile Wed Sep 18 02:43:53 2002 +0000
+++ b/games/dm/Makefile Wed Sep 18 02:51:46 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2002/08/02 03:06:24 christos Exp $
+# $NetBSD: Makefile,v 1.10 2002/09/18 02:51:46 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# -DLOG log games
@@ -9,7 +9,7 @@
BINGRP= games
BINMODE=2555
-.PATH.c: ${.CURDIR}/../../usr.bin/who
-CPPFLAGS+=-I${.CURDIR}/../../usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP
+.PATH.c: ${NETBSDSRCDIR}/usr.bin/who
+CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP
.include <bsd.prog.mk>
diff -r f94a57d76d5f -r 3ee9e15c080b share/locale/ctype/Makefile
--- a/share/locale/ctype/Makefile Wed Sep 18 02:43:53 2002 +0000
+++ b/share/locale/ctype/Makefile Wed Sep 18 02:51:46 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2002/09/15 16:01:17 thorpej Exp $
+# $NetBSD: Makefile,v 1.9 2002/09/18 03:02:12 lukem Exp $
NOMAN= # defined
@@ -291,7 +291,7 @@
# dependencies
.for locale in ${LOCALES}
${locale}.out: ${LOCALESRC_${locale}}.src \
- ${.CURDIR}/../../../lib/libc/locale/runetable.c
+ ${NETBSDSRCDIR}/lib/libc/locale/runetable.c
${CPP} -I${.CURDIR} < ${.CURDIR}/${LOCALESRC_${locale}}.src | \
sed -e '/^#/d' | ${MKLOCALE} -o ${.TARGET}
.endfor
Home |
Main Index |
Thread Index |
Old Index