pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/help Documented WRKDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b83fb5fd85e
branches:  trunk
changeset: 524032:5b83fb5fd85e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Jan 17 12:47:21 2007 +0000

description:
Documented WRKDIR.

diffstat:

 mk/help/directories.mk |  21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 478d145ab453 -r 5b83fb5fd85e mk/help/directories.mk
--- a/mk/help/directories.mk    Wed Jan 17 12:12:15 2007 +0000
+++ b/mk/help/directories.mk    Wed Jan 17 12:47:21 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: directories.mk,v 1.3 2007/01/15 06:25:41 rillig Exp $
+# $NetBSD: directories.mk,v 1.4 2007/01/17 12:47:21 rillig Exp $
 #
 # This file contains some short documentation on the directories that
 # are used within pkgsrc.
@@ -65,3 +65,22 @@
 #
 #      Tags: package-settable
 #
+
+# WRKDIR
+#      The base directory where all the work is done for building a
+#      package. The pkgsrc infrastructure creates various files in this
+#      directory, whose names all start with a dot.
+#
+#      The default value of EXTRACT_DIR is ${WRKDIR}.
+#      The default value of WRKSRC is ${WRKDIR}/${DISTNAME}.
+#
+#      When PKGSRC_LOCKTYPE is set, a lock file is placed into this
+#      directory to prevent multiple processes from trying to build
+#      the package at the same time.
+#
+#      See also:
+#              EXTRACT_DIR, WRKSRC, CREATE_WRKDIR_SYMLINK, WRKOBJDIR,
+#              WRKDIR_BASENAME, OBJHOSTNAME, OBJMACHINE
+#
+#      Keywords: work
+#



Home | Main Index | Thread Index | Old Index