Spell target in lower case, the target are always lower case.
Sponsored by: Absolight
This commit is contained in:
parent
ab863b36f4
commit
f1c1e9281a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51174
1 changed files with 2 additions and 2 deletions
|
@ -6924,9 +6924,9 @@ DOCS_ALL_TARGET= doc</programlisting>
|
|||
|
||||
<sect3 xml:id="options-targets">
|
||||
<title>Additional Build Targets,
|
||||
<buildtarget><replaceable>TARGET</replaceable>-<replaceable>OPT</replaceable>-on</buildtarget>
|
||||
<buildtarget><replaceable>target</replaceable>-<replaceable>OPT</replaceable>-on</buildtarget>
|
||||
and
|
||||
<buildtarget><replaceable>TARGET</replaceable>-<replaceable>OPT</replaceable>-off</buildtarget></title>
|
||||
<buildtarget><replaceable>target</replaceable>-<replaceable>OPT</replaceable>-off</buildtarget></title>
|
||||
|
||||
<para>These <filename>Makefile</filename> targets can accept
|
||||
optional extra build targets:</para>
|
||||
|
|
Loading…
Reference in a new issue