diff options
author | reed <reed@pkgsrc.org> | 2005-09-15 00:04:59 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-09-15 00:04:59 +0000 |
commit | a889f46cf139ccdf7bd0ebf9cf3ed406cc8c9d0d (patch) | |
tree | 4c1bdd670e2f9474ffbc945871de90e340382e3c /doc/guide | |
parent | 087f1de0ac012ee6dc3c88b7ca2e1ce115f020c6 (diff) | |
download | pkgsrc-a889f46cf139ccdf7bd0ebf9cf3ed406cc8c9d0d.tar.gz |
Add note about using bmake when using bootstapped system.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/using.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/guide/files/using.xml b/doc/guide/files/using.xml index 3fd0195cf82..17f8abe456d 100644 --- a/doc/guide/files/using.xml +++ b/doc/guide/files/using.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: using.xml,v 1.12 2005/09/02 19:12:37 rillig Exp $ --> +<!-- $NetBSD: using.xml,v 1.13 2005/09/15 00:04:59 reed Exp $ --> <chapter id="using"> <?dbhtml filename="using.html"?> <title>Using pkgsrc</title> @@ -141,7 +141,13 @@ <para>Assuming that the distfile has been fetched (see previous section), become root and change into the relevant directory and run - <command>make</command>. For example, type </para> + <command>make</command>.</para> + + <note><para>If using bootstrap or pkgsrc on a non-NetBSD system, + use the pkgsrc <command>bmake</command> command instead of + <quote>make</quote> in the examples in this guide.</para></note> + + <para>For example, type </para> <screen>&cprompt; <userinput>cd misc/figlet</userinput> &cprompt; <userinput>make</userinput></screen> |