diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2017-10-29 01:21:06 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2017-10-29 01:21:06 +0000 |
commit | 0a3c9523e0b0902e4a89fc7ad713c82784ed98a3 (patch) | |
tree | a777fd58e840c2fd892fce2efc142a9231f6d43b /Makefile.inc1 | |
parent | 67d2f51ad6c05243f7a6f3b7bcabdec51035025e (diff) | |
download | src-test2-0a3c9523e0b0902e4a89fc7ad713c82784ed98a3.tar.gz src-test2-0a3c9523e0b0902e4a89fc7ad713c82784ed98a3.zip |
Notes
Diffstat (limited to 'Makefile.inc1')
-rw-r--r-- | Makefile.inc1 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index b2c745c5990d..e71a3a7d538c 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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 \ |