diff options
author | reed <reed@pkgsrc.org> | 2005-09-14 17:04:17 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-09-14 17:04:17 +0000 |
commit | 087f1de0ac012ee6dc3c88b7ca2e1ce115f020c6 (patch) | |
tree | 4ac0932aa9de8f14836172e520ec355404302e0d /doc | |
parent | cf31a5c72a817babe3d21c3bc7f232c2ab39aa69 (diff) | |
download | pkgsrc-087f1de0ac012ee6dc3c88b7ca2e1ce115f020c6.tar.gz |
Add note about using bmake instead of make (for bootstrap users).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide/files/platforms.xml | 10 |
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"> |