From d742be9bfff852098589aa99188b11e0cf7d5610 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 16 Aug 2003 08:39:17 +0000 Subject: 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. --- mk/bsd.prefs.mk | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'mk/bsd.prefs.mk') 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) -- cgit v1.2.3