Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jun 2017 15:04:50 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r50344 - head/en_US.ISO8859-1/books/porters-handbook/makefiles
Message-ID:  <201706091504.v59F4omR031791@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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">



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706091504.v59F4omR031791>