svn commit: r47114 - head/en_US.ISO8859-1/books/porters-handbook/makefiles

Mathieu Arnold mat at FreeBSD.org
Mon Jul 27 14:40:16 UTC 2015


Author: mat
Date: Mon Jul 27 14:40:14 2015
New Revision: 47114
URL: https://svnweb.freebsd.org/changeset/doc/47114

Log:
  Now that a buildtarget can be present in a title, remove this note.
  
  Noticed by:	many
  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	Mon Jul 27 01:26:38 2015	(r47113)
+++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	Mon Jul 27 14:40:14 2015	(r47114)
@@ -4742,7 +4742,6 @@ USES+=	gmake
 	<para>The additional build targets are listed below.</para>
 
 	<sect4 xml:id="options-targets-on">
-	  <!-- XXX: Should be <buildtarget> and not <literal> -->
 	  <title><buildtarget><replaceable>ABOVETARGET</replaceable>-<replaceable>OPT</replaceable>-on</buildtarget></title>
 
 	  <para>When option <replaceable>OPT</replaceable> is
@@ -4770,7 +4769,6 @@ post-patch:
 	</sect4>
 
 	<sect4 xml:id="options-targets-off">
-	  <!-- XXX: Should be <buildtarget> and not <literal> -->
 	  <title><buildtarget><replaceable>ABOVETARGET</replaceable>-<replaceable>OPT</replaceable>-off</buildtarget></title>
 
 	  <para>When option <replaceable>OPT</replaceable> is


More information about the svn-doc-all mailing list