svn commit: r325070 - head
Bryan Drewery
bdrewery at FreeBSD.org
Sun Oct 29 01:20:51 UTC 2017
Author: bdrewery
Date: Sun Oct 29 01:20:50 2017
New Revision: 325070
URL: https://svnweb.freebsd.org/changeset/base/325070
Log:
We don't need LIB32 directories extracted in early phase legacy/WORLDTMP dirs.
This reverts some changes from r289662
Sponsored by: Dell EMC Isilon
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1 Sun Oct 29 01:20:47 2017 (r325069)
+++ head/Makefile.inc1 Sun Oct 29 01:20:50 2017 (r325070)
@@ -863,16 +863,6 @@ _worldtmp: .PHONY
mtree -deU -f ${.CURDIR}/etc/mtree/BSD.debug.dist \
-p ${WORLDTMP}/usr/lib >/dev/null
.endif
-.if defined(LIBCOMPAT)
- mtree -deU -f ${.CURDIR}/etc/mtree/BSD.lib${libcompat}.dist \
- -p ${WORLDTMP}/usr >/dev/null
-.if ${MK_DEBUG_FILES} != "no"
- mtree -deU -f ${.CURDIR}/etc/mtree/BSD.lib${libcompat}.dist \
- -p ${WORLDTMP}/legacy/usr/lib/debug/usr >/dev/null
- mtree -deU -f ${.CURDIR}/etc/mtree/BSD.lib${libcompat}.dist \
- -p ${WORLDTMP}/usr/lib/debug/usr >/dev/null
-.endif
-.endif
.if ${MK_TESTS} != "no"
mkdir -p ${WORLDTMP}${TESTSBASE}
mtree -deU -f ${.CURDIR}/etc/mtree/BSD.tests.dist \
More information about the svn-src-all
mailing list