pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/bulk Corrected the comment above BULKFILESDIR. It i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a58824ab5d75
branches:  trunk
changeset: 503314:a58824ab5d75
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Nov 18 08:48:09 2005 +0000

description:
Corrected the comment above BULKFILESDIR. It is not only used for the
global log files but also for the package-specific ones.

diffstat:

 mk/bulk/bsd.bulk-pkg.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r e13d191824fe -r a58824ab5d75 mk/bulk/bsd.bulk-pkg.mk
--- a/mk/bulk/bsd.bulk-pkg.mk   Fri Nov 18 08:42:35 2005 +0000
+++ b/mk/bulk/bsd.bulk-pkg.mk   Fri Nov 18 08:48:09 2005 +0000
@@ -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@localhost>
@@ -97,7 +97,8 @@
 # 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}



Home | Main Index | Thread Index | Old Index