summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-08-16 08:39:17 +0000
committerjlam <jlam@pkgsrc.org>2003-08-16 08:39:17 +0000
commitd742be9bfff852098589aa99188b11e0cf7d5610 (patch)
tree3c07161ac23d29b2dc6ff377851a4dc0084f88d0 /mk/bsd.prefs.mk
parentf058bf91b96311f78d7b4a93e6ac228f6e0b3f0d (diff)
downloadpkgsrc-d742be9bfff852098589aa99188b11e0cf7d5610.tar.gz
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 (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 93c52382d44..a3aa1bf0036 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -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_BASENAME?= work
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)