pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk There are many uses for a common log file, so defin...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e13a740a65c1
branches: trunk
changeset: 460016:e13a740a65c1
user: jlam <jlam%pkgsrc.org@localhost>
date: Sat Aug 16 08:39:17 2003 +0000
description:
There are many uses for a common log file, so define one that may be
picked up and used by tools.mk, bsd.buildlink2.mk, etc.
diffstat:
mk/bsd.prefs.mk | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 9c9152296723 -r e13a740a65c1 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk Sat Aug 16 07:09:20 2003 +0000
+++ b/mk/bsd.prefs.mk Sat Aug 16 08:39:17 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.118 2003/07/13 13:27:18 grant Exp $
+# $NetBSD: bsd.prefs.mk,v 1.119 2003/08/16 08:39:17 jlam Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -335,6 +335,11 @@
WRKDIR?= ${BUILD_DIR}/${WRKDIR_BASENAME}
+# There are many uses for a common log file, so define one that may be
+# picked up and used by tools.mk, bsd.buildlink2.mk, etc.
+#
+WRKLOG?= ${WRKDIR}/.work.log
+
# Sun C++ compilers don't support passing ld flags with -Wl to CC.
#
.if defined(USE_SUNPRO)
Home |
Main Index |
Thread Index |
Old Index