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

Warren Block wblock at FreeBSD.org
Fri May 20 13:12:04 UTC 2016


Author: wblock
Date: Fri May 20 13:12:02 2016
New Revision: 48835
URL: https://svnweb.freebsd.org/changeset/doc/48835

Log:
  Correct copied TARGET-OPTION-on to -off.  Reported by Barnerd in IRC.

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 May 20 12:39:08 2016	(r48834)
+++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	Fri May 20 13:12:02 2016	(r48835)
@@ -4851,7 +4851,7 @@ DOCS_ALL_TARGET=	doc</programlisting>
 	<title>Additional Build Targets,
 	  <buildtarget><replaceable>TARGET</replaceable>-<replaceable>OPT</replaceable>-on</buildtarget>
 	  and
-	  <buildtarget><replaceable>TARGET</replaceable>-<replaceable>OPT</replaceable>-on</buildtarget></title>
+	  <buildtarget><replaceable>TARGET</replaceable>-<replaceable>OPT</replaceable>-off</buildtarget></title>
 
 	<para>These <filename>Makefile</filename> targets can accept
 	  optional extra build targets:</para>


More information about the svn-doc-all mailing list