summaryrefslogtreecommitdiffstats
path: root/release/picobsd
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 /release/picobsd
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 'release/picobsd')
-rw-r--r--release/picobsd/build/Makefile.mfs4
-rw-r--r--release/picobsd/custom/Makefile.mfs2
-rw-r--r--release/picobsd/dial/Makefile.mfs2
-rw-r--r--release/picobsd/install/Makefile.mfs2
4 files changed, 5 insertions, 5 deletions
diff --git a/release/picobsd/build/Makefile.mfs b/release/picobsd/build/Makefile.mfs
index 8e3d624..e7a2c95 100644
--- a/release/picobsd/build/Makefile.mfs
+++ b/release/picobsd/build/Makefile.mfs
@@ -14,9 +14,9 @@ all: tree links
tree:
@echo "--- making tree"
@( if [ -f mfs.mtree ] ; then \
- mtree -deLU -f mfs.mtree -p ${DESTDIR}; \
+ mtree -deU -f mfs.mtree -p ${DESTDIR}; \
else \
- mtree -deLU -f ../build/mfs.mtree -p ${DESTDIR} ; \
+ mtree -deU -f ../build/mfs.mtree -p ${DESTDIR} ; \
fi )
links: tree
diff --git a/release/picobsd/custom/Makefile.mfs b/release/picobsd/custom/Makefile.mfs
index 23fc386..7a373a6 100644
--- a/release/picobsd/custom/Makefile.mfs
+++ b/release/picobsd/custom/Makefile.mfs
@@ -13,7 +13,7 @@ all: tree links
tree:
@echo "--- making tree"
- @mtree -deLU -f ${.CURDIR}/mfs.mtree -p ${DESTDIR} 2>&1 > /dev/null
+ @mtree -deU -f ${.CURDIR}/mfs.mtree -p ${DESTDIR} 2>&1 > /dev/null
links: tree
@echo "--- making links"
diff --git a/release/picobsd/dial/Makefile.mfs b/release/picobsd/dial/Makefile.mfs
index c7cd5815..fa83cfa 100644
--- a/release/picobsd/dial/Makefile.mfs
+++ b/release/picobsd/dial/Makefile.mfs
@@ -27,7 +27,7 @@ LOCALE_LINKS=${US_LOCALE_LINKS}
all: tree links
tree:
- mtree -deLU -f ../build/mfs.mtree -p ${DESTDIR}
+ mtree -deU -f ../build/mfs.mtree -p ${DESTDIR}
links: tree
(cd ${DESTDIR}; \
diff --git a/release/picobsd/install/Makefile.mfs b/release/picobsd/install/Makefile.mfs
index 145c9b6..ac567da 100644
--- a/release/picobsd/install/Makefile.mfs
+++ b/release/picobsd/install/Makefile.mfs
@@ -12,7 +12,7 @@ MY_DEVS= std tun2 cuaa0 cuaa1 cuaa2 vty10 fd0 wd0s1h pty0 wd0 wd1 wd2 wd3 da0 da
all: tree links files
tree:
- mtree -deLU -f mfs.mtree -p ${DESTDIR}
+ mtree -deU -f mfs.mtree -p ${DESTDIR}
links: tree
(cd ${DESTDIR}; \
OpenPOWER on IntegriCloud