summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-09-14 17:04:17 +0000
committerreed <reed@pkgsrc.org>2005-09-14 17:04:17 +0000
commitbc4dbcee4c8130867ae38a80e571944e21dd1006 (patch)
tree4ac0932aa9de8f14836172e520ec355404302e0d /doc
parente0cdc00d57297abcb18de309670c5c5c4d18d453 (diff)
downloadpkgsrc-bc4dbcee4c8130867ae38a80e571944e21dd1006.tar.gz
Add note about using bmake instead of make (for bootstrap users).
Diffstat (limited to 'doc')
-rw-r--r--doc/guide/files/platforms.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/guide/files/platforms.xml b/doc/guide/files/platforms.xml
index 7e9ce93c47c..af5ce87c781 100644
--- a/doc/guide/files/platforms.xml
+++ b/doc/guide/files/platforms.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: platforms.xml,v 1.13 2005/09/02 19:12:37 rillig Exp $ -->
+<!-- $NetBSD: platforms.xml,v 1.14 2005/09/14 17:04:17 reed Exp $ -->
<chapter id="platforms">
<title>Using pkgsrc on systems other than &os;</title>
@@ -72,6 +72,14 @@
<para>Binary packages for the pkgsrc tools and an initial set of packages is
available for supported platforms. An up-to-date list of these can be
found on <ulink url="http://www.pkgsrc.org/">www.pkgsrc.org</ulink>.</para>
+
+ <note>
+ <para>The bootstrap installs a <command>bmake</command> tool.
+ Use this <command>bmake</command> when building via pkgsrc.
+ For examples in this guide, use <command>bmake</command>
+ instead of <quote>make</quote>.</para>
+ </note>
+
</sect1>
<sect1 id="platform-specific-notes">