aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/porters-handbook/special
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2018-05-05 16:54:41 +0000
committerEitan Adler <eadler@FreeBSD.org>2018-05-05 16:54:41 +0000
commitc93fd8be89018fd801a19528985940b6967f3409 (patch)
tree10b15a5f1538977de0c3a1a9166e27ad7c4916b5 /en_US.ISO8859-1/books/porters-handbook/special
parenta0ed20ea411e379b8ba1668e2b633ae753e4babd (diff)
downloaddoc-c93fd8be89018fd801a19528985940b6967f3409.tar.gz
doc-c93fd8be89018fd801a19528985940b6967f3409.zip
[porter's handbook] remove references to fmake USES
The USES was removed in ports r452546 so there no more need to document it.
Notes
Notes: svn path=/head/; revision=51619
Diffstat (limited to 'en_US.ISO8859-1/books/porters-handbook/special')
-rw-r--r--en_US.ISO8859-1/books/porters-handbook/special/chapter.xml17
1 files changed, 5 insertions, 12 deletions
diff --git a/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
index d71ce80aa5..dc21858f67 100644
--- a/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
+++ b/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
@@ -518,28 +518,21 @@ IGNORE= may not be redistributed because of licensing reasons. Please visit <rep
<sect2 xml:id="using-make">
<title><command>make</command>, <command>gmake</command>,
- <command>fmake</command>, and <command>imake</command></title>
+ and <command>imake</command></title>
<para>Several differing <literal>make</literal>
implementations exist. Ported software often requires a
particular implementation, like <acronym>GNU</acronym>
<command>make</command>, known in &os; as
- <command>gmake</command>, or <command>fmake</command>, the
- legacy &os; <command>make</command>.</para>
+ <command>gmake</command>.</para>
<para>If the port uses <application>GNU make</application>,
- add <literal>gmake</literal> to <literal>USES</literal>. If
- the legacy &os; <command>make</command> is needed, add
- <literal>fmake</literal> there.</para>
+ add <literal>gmake</literal> to
+ <literal>USES</literal>.</para>
<para><varname>MAKE_CMD</varname> can be used to reference the
specific command configured by the <literal>USES</literal>
- setting in the port's <filename>Makefile</filename>. In
- rare cases when more than one <literal>make</literal>
- implementation is listed in <literal>USES</literal>, the
- variables <varname>GMAKE</varname> (for the
- <acronym>GNU</acronym> version) or <varname>FMAKE</varname>
- (for the legacy &os; version) are available.
+ setting in the port's <filename>Makefile</filename>.
Only use <varname>MAKE_CMD</varname> within the
application <filename>Makefile</filename>s in
<varname>WRKSRC</varname> to call the