diff options
author | rillig <rillig> | 2005-11-18 08:48:09 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-11-18 08:48:09 +0000 |
commit | 4cdfec7f9777736270bf807c740ca932b7ef9fa7 (patch) | |
tree | 7e3d374602e6ab748e61a067546f8d490cc8f12d /mk/bulk/bsd.bulk-pkg.mk | |
parent | 5f096856dbbf4cf355d86bc4f8cfdc936f02d6b6 (diff) | |
download | pkgsrc-4cdfec7f9777736270bf807c740ca932b7ef9fa7.tar.gz |
Corrected the comment above BULKFILESDIR. It is not only used for the
global log files but also for the package-specific ones.
Diffstat (limited to 'mk/bulk/bsd.bulk-pkg.mk')
-rw-r--r-- | mk/bulk/bsd.bulk-pkg.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/bulk/bsd.bulk-pkg.mk b/mk/bulk/bsd.bulk-pkg.mk index 85a78c387c2..51ac59fabf5 100644 --- a/mk/bulk/bsd.bulk-pkg.mk +++ b/mk/bulk/bsd.bulk-pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.bulk-pkg.mk,v 1.101 2005/11/18 08:42:35 rillig Exp $ +# $NetBSD: bsd.bulk-pkg.mk,v 1.102 2005/11/18 08:48:09 rillig Exp $ # # Copyright (c) 1999, 2000 Hubert Feyrer <hubertf@NetBSD.org> @@ -97,7 +97,8 @@ FORCEBROKENFILE?= .forcebroken # This file is where the log of the build goes BUILDLOG?= .make${BULK_ID} -# This is the directory in which bulk build global files should be kept. +# This is the directory in which all temporary files and log files from the +# bulk build are kept. # It defaults to ${PKGSRCDIR}, but may be better suited to another directory # if pkgsrc is on a remote (e.g., nfs) filesystem. BULKFILESDIR?= ${PKGSRCDIR} |