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

Glen Barber gjb at FreeBSD.org
Tue Sep 25 17:54:03 UTC 2018


Author: gjb
Date: Tue Sep 25 17:54:02 2018
New Revision: 52300
URL: https://svnweb.freebsd.org/changeset/doc/52300

Log:
  Move CLEANDIRS within the target conditional.
  Use .ORDER to attempt to catch a build race that had been lingering
  since reconnecting hardware.html to the build.
  
  Preemptive pointyhat in case things get worse:	gjb
  Sponsored by:	The FreeBSD Foundation

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

Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/hardware/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/12.0R/hardware/Makefile	Tue Sep 25 08:57:25 2018	(r52299)
+++ head/en_US.ISO8859-1/htdocs/releases/12.0R/hardware/Makefile	Tue Sep 25 17:54:02 2018	(r52300)
@@ -21,8 +21,6 @@ FORMATS?=		html txt
 INSTALL_COMPRESSED?=	gz
 INSTALL_ONLY_COMPRESSED=
 
-CLEANDIRS+=	${.CURDIR}/svn.*
-
 .if ${.TARGET:M${DOC}.html}
 MAN4TMP!=	${MKTEMP} -d ${.CURDIR}/svn.XXXXXXXX
 MAN4DIR=	${MAN4TMP}
@@ -35,7 +33,9 @@ hardware.parsed.xml:	dev-auto.ent man4-rmsrc
 dev-auto.ent:	man4-src-checkout
 	${PERL} ${MAN2HWNOTES_CMD} ${MAN2HWNOTES_FLAGS} -a ${ARCHLIST} -o ${.TARGET} ${MAN4PAGES} || (rm -f ${.TARGET})
 CLEANFILES+=	dev-auto.ent
+CLEANDIRS+=	${.CURDIR}/svn.*
 
+.ORDER:			man4-rmsrc man4-src-checkout
 man4-src-checkout:
 	mkdir -p ${MAN4TMP}
 	${SVN} co svn://svn.freebsd.org/base/${SRCBRANCH}/share/man/man4 \


More information about the svn-doc-head mailing list