svn commit: r325075 - head
Bryan Drewery
bdrewery at FreeBSD.org
Sun Oct 29 01:21:07 UTC 2017
Author: bdrewery
Date: Sun Oct 29 01:21:06 2017
New Revision: 325075
URL: https://svnweb.freebsd.org/changeset/base/325075
Log:
Remove comment: debug files can be useful for build tools.
Sponsored by: Dell EMC Isilon
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1 Sun Oct 29 01:21:02 2017 (r325074)
+++ head/Makefile.inc1 Sun Oct 29 01:21:06 2017 (r325075)
@@ -848,7 +848,6 @@ _worldtmp: .PHONY
-p ${WORLDTMP}/usr/include >/dev/null
ln -sf ${.CURDIR}/sys ${WORLDTMP}
.if ${MK_DEBUG_FILES} != "no"
- # We could instead disable debug files for these build stages
mtree -deU -f ${.CURDIR}/etc/mtree/BSD.debug.dist \
-p ${WORLDTMP}/legacy/usr/lib >/dev/null
mtree -deU -f ${.CURDIR}/etc/mtree/BSD.debug.dist \
More information about the svn-src-all
mailing list