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: sevan
Date: Sat Jan 7 04:50:50 UTC 2017
Modified Files:
pkgsrc/doc/guide/files: bulk.xml
Log Message:
Be more descriptive about the native flag.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 pkgsrc/doc/guide/files/bulk.xml:1.24
--- pkgsrc/doc/guide/files/bulk.xml:1.23 Sun Jul 10 07:46:29 2016
+++ pkgsrc/doc/guide/files/bulk.xml Sat Jan 7 04:50:50 2017
@@ -1,4 +1,4 @@
-<!-- $NetBSD: bulk.xml,v 1.23 2016/07/10 07:46:29 rillig Exp $ -->
+<!-- $NetBSD: bulk.xml,v 1.24 2017/01/07 04:50:50 sevan Exp $ -->
<chapter id="bulk">
<title>Creating binary packages for everything in pkgsrc (bulk
@@ -105,7 +105,7 @@ Create a user with name "pbulk".</para>
<para>Deploy and configure pbulk tools, e.g.:</para>
<screen>
-&rprompt; <userinput>sh pbulk.sh -n # native (NetBSD)</userinput>
+&rprompt; <userinput>sh pbulk.sh -n # use native make, no bootstrap kit needed (for use on NetBSD)</userinput>
&rprompt; <userinput>sh pbulk.sh -n -c mk.conf.frag # native, apply settings from given mk.conf fragment</userinput>
&rprompt; <userinput>sh pbulk.sh -nlc mk.conf.frag # native, apply settings, configure for limited build</userinput>
</screen>
Home |
Main Index |
Thread Index |
Old Index