svn commit: r325073 - head

Bryan Drewery bdrewery at FreeBSD.org
Sun Oct 29 01:21:01 UTC 2017


Author: bdrewery
Date: Sun Oct 29 01:20:59 2017
New Revision: 325073
URL: https://svnweb.freebsd.org/changeset/base/325073

Log:
  MK_TESTS is disabled in early phases, no need for TESTBASE extraction here.
  
  Sponsored by:	Dell EMC Isilon

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Sun Oct 29 01:20:56 2017	(r325072)
+++ head/Makefile.inc1	Sun Oct 29 01:20:59 2017	(r325073)
@@ -862,16 +862,6 @@ _worldtmp: .PHONY
 	mtree -deU -f ${.CURDIR}/etc/mtree/BSD.debug.dist \
 	    -p ${WORLDTMP}/usr/lib >/dev/null
 .endif
-.if ${MK_TESTS} != "no"
-	mkdir -p ${WORLDTMP}${TESTSBASE}
-	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
-.endif
 .for _mtree in ${LOCAL_MTREE}
 	mtree -deU -f ${.CURDIR}/${_mtree} -p ${WORLDTMP} > /dev/null
 .endfor


More information about the svn-src-head mailing list