summaryrefslogtreecommitdiffstats
path: root/etc
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 /etc
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 'etc')
-rw-r--r--etc/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/Makefile b/etc/Makefile
index e539958..5356384 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -143,12 +143,12 @@ distribution:
.endif
distrib-dirs:
- mtree -deLU -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
- mtree -deLU -f ${.CURDIR}/mtree/BSD.var.dist -p ${DESTDIR}/var
- mtree -deLU -f ${.CURDIR}/mtree/BSD.usr.dist -p ${DESTDIR}/usr
- mtree -deLU -f ${.CURDIR}/mtree/BSD.include.dist \
+ mtree -deU -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
+ mtree -deU -f ${.CURDIR}/mtree/BSD.var.dist -p ${DESTDIR}/var
+ mtree -deU -f ${.CURDIR}/mtree/BSD.usr.dist -p ${DESTDIR}/usr
+ mtree -deU -f ${.CURDIR}/mtree/BSD.include.dist \
-p ${DESTDIR}/usr/include
- mtree -deLU -f ${.CURDIR}/mtree/BSD.include.dist \
+ mtree -deU -f ${.CURDIR}/mtree/BSD.include.dist \
-p ${DESTDIR}/usr/libdata/perl/5.6.0/mach
cd ${DESTDIR}/; rm -f ${DESTDIR}/sys; ln -s usr/src/sys sys
cd ${DESTDIR}/usr/share/locale; \
OpenPOWER on IntegriCloud