svn commit: r289390 - head

Bryan Drewery bdrewery at FreeBSD.org
Thu Oct 15 21:21:42 UTC 2015


Author: bdrewery
Date: Thu Oct 15 21:21:41 2015
New Revision: 289390
URL: https://svnweb.freebsd.org/changeset/base/289390

Log:
  Fix buildworld with clean objdir after r289351.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Thu Oct 15 20:49:20 2015	(r289389)
+++ head/Makefile.inc1	Thu Oct 15 21:21:41 2015	(r289390)
@@ -558,6 +558,7 @@ _worldtmp:
 	mtree -deU -f ${.CURDIR}/etc/mtree/BSD.tests.dist \
 	    -p ${WORLDTMP}${TESTSBASE} >/dev/null
 .if ${MK_DEBUG_FILES} != "no"
+	mkdir -p ${WORLDTMP}/usr/lib/debug/${TESTSBASE}
 	mtree -deU -f ${.CURDIR}/etc/mtree/BSD.tests.dist \
 	    -p ${WORLDTMP}/usr/lib/debug/${TESTSBASE} >/dev/null
 .endif


More information about the svn-src-head mailing list