svn commit: r45574 - head/en_US.ISO8859-1/books/porters-handbook/makefiles
Mathieu Arnold <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: mat (ports committer) Date: Tue Sep 9 13:12:57 2014 New Revision: 45574 URL: http://svnweb.freebsd.org/changeset/doc/45574 Log: Add a warning about OPTION_SINGLE usage. Sponsored by: Absolight Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Tue Sep 9 12:37:44 2014 (r45573) +++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Tue Sep 9 13:12:57 2014 (r45574) @@ -3575,6 +3575,14 @@ OPT6_DESC= Describe OPT6</programlisting <programlisting>OPTIONS_SINGLE= SG1 OPTIONS_SINGLE_SG1= OPT3 OPT4</programlisting> + + <warning> + <para>There <emphasis>must</emphasis> be one of each + <literal>OPTIONS_SINGLE</literal> group selected at all + time for the options to be valid. One option of each + group <emphasis>must</emphasis> be added to + <varname>OPTIONS_DEFAULT</varname>.</para> + </warning> <para><varname>OPTIONS</varname> can be grouped as radio choices, where none or only one choice from each group _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"