[porter's handbook] remove references to fmake USES
The USES was removed in ports r452546 so there no more need to document it.
This commit is contained in:
parent
a0ed20ea41
commit
c93fd8be89
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51619
1 changed files with 5 additions and 12 deletions
|
@ -518,28 +518,21 @@ IGNORE= may not be redistributed because of licensing reasons. Please visit <rep
|
||||||
|
|
||||||
<sect2 xml:id="using-make">
|
<sect2 xml:id="using-make">
|
||||||
<title><command>make</command>, <command>gmake</command>,
|
<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>
|
<para>Several differing <literal>make</literal>
|
||||||
implementations exist. Ported software often requires a
|
implementations exist. Ported software often requires a
|
||||||
particular implementation, like <acronym>GNU</acronym>
|
particular implementation, like <acronym>GNU</acronym>
|
||||||
<command>make</command>, known in &os; as
|
<command>make</command>, known in &os; as
|
||||||
<command>gmake</command>, or <command>fmake</command>, the
|
<command>gmake</command>.</para>
|
||||||
legacy &os; <command>make</command>.</para>
|
|
||||||
|
|
||||||
<para>If the port uses <application>GNU make</application>,
|
<para>If the port uses <application>GNU make</application>,
|
||||||
add <literal>gmake</literal> to <literal>USES</literal>. If
|
add <literal>gmake</literal> to
|
||||||
the legacy &os; <command>make</command> is needed, add
|
<literal>USES</literal>.</para>
|
||||||
<literal>fmake</literal> there.</para>
|
|
||||||
|
|
||||||
<para><varname>MAKE_CMD</varname> can be used to reference the
|
<para><varname>MAKE_CMD</varname> can be used to reference the
|
||||||
specific command configured by the <literal>USES</literal>
|
specific command configured by the <literal>USES</literal>
|
||||||
setting in the port's <filename>Makefile</filename>. In
|
setting in the port's <filename>Makefile</filename>.
|
||||||
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.
|
|
||||||
Only use <varname>MAKE_CMD</varname> within the
|
Only use <varname>MAKE_CMD</varname> within the
|
||||||
application <filename>Makefile</filename>s in
|
application <filename>Makefile</filename>s in
|
||||||
<varname>WRKSRC</varname> to call the
|
<varname>WRKSRC</varname> to call the
|
||||||
|
|
Loading…
Reference in a new issue