- Document new {ONLY,NOT}_FOR_ARCHS_REASON* makevars

This commit is contained in:
Pav Lucistnik 2006-05-23 22:21:33 +00:00
parent 0b4fe0ce33
commit 5a4f86acd8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=27920

View file

@ -9842,6 +9842,14 @@ bacula:*:910:</programlisting>
<programlisting>ONLY_FOR_ARCHS= i386 amd64</programlisting>
<programlisting>NOT_FOR_ARCHS= alpha ia64 sparc64</programlisting>
<para>A custom <makevar>IGNORE</makevar> message can be set
using <makevar>ONLY_FOR_ARCHS_REASON</makevar> and
<makevar>NOT_FOR_ARCHS_REASON</makevar>. Per architecture
entries are possible with
<makevar>ONLY_FOR_ARCHS_REASON_<replaceable>ARCH</replaceable></makevar>
and
<makevar>NOT_FOR_ARCHS_REASON_<replaceable>ARCH</replaceable></makevar>.
</listitem>
</itemizedlist>