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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to