pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc/guide/files Added documentation for the make(1) va...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/562fbd6f3df0
branches:  trunk
changeset: 504112:562fbd6f3df0
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Dec 04 17:05:22 2005 +0000

description:
Added documentation for the make(1) variables that are most likely to be
overridden in a user's mk.conf file.

diffstat:

 doc/guide/files/binary.xml |  25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)

diffs (39 lines):

diff -r 8efebb8e3c44 -r 562fbd6f3df0 doc/guide/files/binary.xml
--- a/doc/guide/files/binary.xml        Sun Dec 04 17:02:54 2005 +0000
+++ b/doc/guide/files/binary.xml        Sun Dec 04 17:05:22 2005 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: binary.xml,v 1.17 2005/11/29 09:58:27 rillig Exp $ -->
+<!-- $NetBSD: binary.xml,v 1.18 2005/12/04 17:05:22 rillig Exp $ -->
 
 <chapter id="binary">
   <title>Creating binary packages</title>
@@ -99,6 +99,29 @@
     PKG_DEVELOPER?= yes
     _ACCEPTABLE=    yes
 </programlisting>
+
+       <para>Some options that are especially useful for bulk builds
+       can be found at the top lines of the file
+       <filename>mk/bulk/bsd.bulk-pkg.mk</filename>. The most useful
+       options of these are briefly described here.</para>
+
+       <itemizedlist>
+
+       <listitem><para>If you are on a slow machine, you may want to
+       set <varname>USE_BULK_BROKEN_CHECK</varname> to
+       <quote>no</quote>.</para></listitem>
+
+       <listitem><para>If you are doing bulk builds from a read-only
+       copy of pkgsrc, you have to set <varname>BULKFILESDIR</varname>
+       to the directory where all log files are created. Otherwise the
+       log files are created in the pkgsrc directory.</para></listitem>
+
+       <listitem><para>Another important variable is
+       <varname>BULK_PREREQ</varname>, which is a list of packages that
+       should be always available while building other
+       packages.</para></listitem>
+
+       </itemizedlist>
       </sect3>
 
       <sect3 id="pre-build.local">



Home | Main Index | Thread Index | Old Index