svn commit: r51499 - head/en_US.ISO8859-1/books/faq
Eitan Adler
eadler at FreeBSD.org
Sun Mar 18 06:25:19 UTC 2018
Author: eadler
Date: Sun Mar 18 06:25:18 2018
New Revision: 51499
URL: https://svnweb.freebsd.org/changeset/doc/51499
Log:
[faq] Refer to OPTIONS_SET instead of WITH*_*
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Sun Mar 18 05:26:49 2018 (r51498)
+++ head/en_US.ISO8859-1/books/faq/book.xml Sun Mar 18 06:25:18 2018 (r51499)
@@ -2450,11 +2450,10 @@ kern.timecounter.hardware: TSC -> i8254</screen>
<para>There are rare cases where <filename>INDEX</filename>
will not build due to odd cases involving
- <varname>WITH_<replaceable>*</replaceable></varname> or
- <varname>WITHOUT_<replaceable>*</replaceable></varname>
- variables being set in <filename>make.conf</filename>. If
+ <varname>OPTIONS_SET</varname>
+ being set in <filename>make.conf</filename>. If
you suspect that this is the case, try to make
- <filename>INDEX</filename> with those make variables
+ <filename>INDEX</filename> with those variables
turned off before reporting it to &a.ports;.</para>
</answer>
</qandaentry>
More information about the svn-doc-head
mailing list