svn commit: r50344 - head/en_US.ISO8859-1/books/porters-handbook/makefiles
Mathieu Arnold
mat at FreeBSD.org
Fri Jun 9 15:04:51 UTC 2017
Author: mat
Date: Fri Jun 9 15:04:50 2017
New Revision: 50344
URL: https://svnweb.freebsd.org/changeset/doc/50344
Log:
Add a tip in the opt_CONFIGURE_ON section pointing to with/enable and
convert the paragraph about the same in CMAKE_ON to a tip.
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 Fri Jun 9 13:22:08 2017 (r50343)
+++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Fri Jun 9 15:04:50 2017 (r50344)
@@ -5812,6 +5812,13 @@ CONFIGURE_ARGS+= --add-test
.else
CONFIGURE_ARGS+= --no-test
.endif</programlisting>
+
+ <tip>
+ <para>Most of the time, the helpers in <xref
+ linkend="options-configure_enable"/> and <xref
+ linkend="options-configure_with"/> provide a shorter
+ and more comprehensive functionality.</para>
+ </tip>
</sect3>
<sect3 xml:id="options-cmake_on">
@@ -5843,8 +5850,10 @@ CMAKE_ARGS+= -DTEST:BOOL=true -DDEBUG:BOOL=true
CMAKE_ARGS+= -DOPTIMIZE:BOOL=true
.endif</programlisting>
- <para>See <xref linkend="options-cmake_bool"/> for a shorter
- helper when the value is boolean.</para>
+ <tip>
+ <para>See <xref linkend="options-cmake_bool"/> for a shorter
+ helper when the value is boolean.</para>
+ </tip>
</sect3>
<sect3 xml:id="options-cmake_bool">
More information about the svn-doc-head
mailing list