pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc/guide/files Add note about using bmake when using ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb7b0b4137b2
branches:  trunk
changeset: 499218:eb7b0b4137b2
user:      reed <reed%pkgsrc.org@localhost>
date:      Thu Sep 15 00:04:59 2005 +0000

description:
Add note about using bmake when using bootstapped system.

diffstat:

 doc/guide/files/using.xml |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 30f201740d98 -r eb7b0b4137b2 doc/guide/files/using.xml
--- a/doc/guide/files/using.xml Wed Sep 14 17:04:17 2005 +0000
+++ b/doc/guide/files/using.xml Thu Sep 15 00:04:59 2005 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index