pkgsrc-Changes archive

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

CVS commit: pkgsrc/doc/guide/files



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Jun  6 12:22:18 UTC 2020

Modified Files:
        pkgsrc/doc/guide/files: bulk.xml

Log Message:
doc/guide: add more details for set -eu in bulk build variant


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/doc/guide/files/bulk.xml

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/guide/files/bulk.xml
diff -u pkgsrc/doc/guide/files/bulk.xml:1.31 pkgsrc/doc/guide/files/bulk.xml:1.32
--- pkgsrc/doc/guide/files/bulk.xml:1.31        Tue Jun  2 20:03:09 2020
+++ pkgsrc/doc/guide/files/bulk.xml     Sat Jun  6 12:22:17 2020
@@ -1,4 +1,4 @@
-<!-- $NetBSD: bulk.xml,v 1.31 2020/06/02 20:03:09 rillig Exp $ -->
+<!-- $NetBSD: bulk.xml,v 1.32 2020/06/06 12:22:17 rillig Exp $ -->
 
 <chapter id="bulk">
 <title>Creating binary packages for everything in pkgsrc (bulk
@@ -420,6 +420,11 @@ line to &mk.conf;.</para>
 RUN=    @set -eu;
 </programlisting>
 
+<para>After that, ensure that none of the bulk build log files (even
+those for successfully built packages) contains the string
+<literal>parameter not set</literal> or whatever error message the
+command <command>sh -ceu '$undefined'</command> outputs.</para>
+
 <para>See <filename>mk/misc/common.mk</filename> for the existing
 definition.</para>
 



Home | Main Index | Thread Index | Old Index