summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2000-07-23 16:33:00 +0000
committermarcel <marcel@FreeBSD.org>2000-07-23 16:33:00 +0000
commit510255570c2a4afd9f61014a1aa77a08879d0ca5 (patch)
tree230aad5a574f49a098368893bc77220edb5ec8fe /include
parent314fd9990b8d7318d55df0fd6e87d0af6aa4cbf0 (diff)
downloadFreeBSD-src-510255570c2a4afd9f61014a1aa77a08879d0ca5.zip
FreeBSD-src-510255570c2a4afd9f61014a1aa77a08879d0ca5.tar.gz
Backout addition of -L switch to mtree. Using -L breaks the
build process in too many cases. Adding mtree to bootstrap-tools to solve this breaks the upgrade path because mtree needs a libc that has strtofflags and fflagstostr.
Diffstat (limited to 'include')
-rw-r--r--include/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index 5190508..6119e24 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -105,7 +105,7 @@ copies:
.for i in ${LNOHEADERDIRS}
rm -rf ${DESTDIR}/usr/include/$i
.endfor
- mtree -deLU -f ${.CURDIR}/../etc/mtree/BSD.include.dist \
+ mtree -deU -f ${.CURDIR}/../etc/mtree/BSD.include.dist \
-p ${DESTDIR}/usr/include
.for i in ${LDIRS} ${LSUBDIRS}
cd ${.CURDIR}/../sys; \
OpenPOWER on IntegriCloud