summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2008-07-22 10:39:36 +0000
committeragc <agc@pkgsrc.org>2008-07-22 10:39:36 +0000
commitd998991c16ba9b96b5f6f32fc9ecadfef516a76c (patch)
tree7d92d7ec16c4f41c434bcc200d5456aae302d808 /doc/guide
parent375918973189c66a97fdec32b3d5d98a9a6622eb (diff)
downloadpkgsrc-d998991c16ba9b96b5f6f32fc9ecadfef516a76c.tar.gz
Document CREATE_WRKDIR_SYMLINK, prompted by Tobias Nygren.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/build.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/guide/files/build.xml b/doc/guide/files/build.xml
index 6c07e5a971c..9b01ca04d36 100644
--- a/doc/guide/files/build.xml
+++ b/doc/guide/files/build.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: build.xml,v 1.51 2008/05/27 15:06:25 kano Exp $ -->
+<!-- $NetBSD: build.xml,v 1.52 2008/07/22 10:39:36 agc Exp $ -->
<chapter id="build">
<title>The build process</title>
@@ -169,7 +169,7 @@ GTKDIR_DEFAULT= ${LOCALBASE}
<sect1 id="build.builddirs">
<title>Directories used during the build process</title>
- <para>When building a package, a number of directories is used to store
+ <para>When building a package, various directories are used to store
source files, temporary files, pkgsrc-internal files, and so on. These
directories are explained here.</para>
@@ -210,6 +210,15 @@ GTKDIR_DEFAULT= ${LOCALBASE}
<filename>Makefile</filename>.</para></listitem></varlistentry>
</variablelist>
+
+ <para>The <varname>CREATE_WRKDIR_SYMLINK</varname> definition takes either
+ the value <emphasis>yes</emphasis> or <emphasis>no</emphasis> and defaults
+ to <emphasis>yes</emphasis>. It indicates whether a symbolic link to the
+ <varname>WRKDIR</varname> is to be created in the pksrc entry's directory.
+ Historically, the symbolic link was created by default, and this value has
+ now been restored to be the default. If users would like to have their
+ pkgsrc trees behave in a read-only manner, then the value of
+ <varname>CREATE_WRKDIR_SYMLINK</varname> shout be set to <emphasis>no</emphasis>.
</sect1>
<sect1 id="build.running">