svn commit: r51052 - head/en_US.ISO8859-1/htdocs/releases/12.0R

Glen Barber gjb at FreeBSD.org
Thu Oct 5 19:44:04 UTC 2017


Author: gjb
Date: Thu Oct  5 19:44:02 2017
New Revision: 51052
URL: https://svnweb.freebsd.org/changeset/doc/51052

Log:
  Enable 'compat' (non-parallel) for the dev-auto.ent target.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile

Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile	Thu Oct  5 19:28:09 2017	(r51051)
+++ head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile	Thu Oct  5 19:44:02 2017	(r51052)
@@ -105,7 +105,7 @@ beforeclean:
 beforeinstall:
 .for _SD in ${D}
 . if (${_SD:Mhardware} != "")
-	${MAKE} -C ${.CURDIR} dev-auto.ent
+	${MAKE} -B -C ${.CURDIR} dev-auto.ent
 . endif
 	${MAKE} -C ${_SD} DOCINSTALLDIR=${DOCINSTALLDIR} all
 .endfor


More information about the svn-doc-all mailing list