Tag make(1) targets with <maketarget> instead of <literal>
Obtained from: FreeBSD Greek Documentation Project
This commit is contained in:
parent
b84a4a2538
commit
97bb1ca437
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34482
1 changed files with 6 additions and 6 deletions
|
@ -220,8 +220,8 @@
|
||||||
<title>Configuration options</title>
|
<title>Configuration options</title>
|
||||||
|
|
||||||
<para>With configuration settings, it is possible to configure options
|
<para>With configuration settings, it is possible to configure options
|
||||||
passed to both the <literal>buildworld</literal>
|
passed to both the <maketarget>buildworld</maketarget>
|
||||||
and <literal>installworld</literal> stages of the
|
and <maketarget>installworld</maketarget> stages of the
|
||||||
<application>NanoBSD</application> build process, as well as internal
|
<application>NanoBSD</application> build process, as well as internal
|
||||||
options passed to the main build process of
|
options passed to the main build process of
|
||||||
<application>NanoBSD</application>. Through these options it is
|
<application>NanoBSD</application>. Through these options it is
|
||||||
|
@ -252,18 +252,18 @@
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><literal>CONF_BUILD</literal> — Options passed
|
<para><literal>CONF_BUILD</literal> — Options passed
|
||||||
to the <literal>buildworld</literal> stage of the build.</para>
|
to the <maketarget>buildworld</maketarget> stage of the build.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><literal>CONF_INSTALL</literal> — Options passed
|
<para><literal>CONF_INSTALL</literal> — Options passed
|
||||||
to the <literal>installworld</literal> stage of the build.</para>
|
to the <maketarget>installworld</maketarget> stage of the build.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><literal>CONF_WORLD</literal> — Options passed to both
|
<para><literal>CONF_WORLD</literal> — Options passed to both
|
||||||
the <literal>buildworld</literal> and
|
the <maketarget>buildworld</maketarget> and
|
||||||
the <literal>installworld</literal> stage of the build.</para>
|
the <maketarget>installworld</maketarget> stage of the build.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|
Loading…
Reference in a new issue