Add -L to mtree to preserve old functionality exact

This commit is contained in:
Andrey A. Chernov 2000-07-16 08:58:02 +00:00
parent 8b873d926b
commit c5dfaf05b1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63263
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ all: tree links
tree:
@echo "--- making tree"
mtree -deU -f mfs.mtree -p ${DESTDIR}
mtree -deLU -f mfs.mtree -p ${DESTDIR}
links: tree
@echo "--- making links"

View File

@ -27,7 +27,7 @@ LOCALE_LINKS=${US_LOCALE_LINKS}
all: tree links
tree:
mtree -deU -f ../build/mfs.mtree -p ${DESTDIR}
mtree -deLU -f ../build/mfs.mtree -p ${DESTDIR}
links: tree
(cd ${DESTDIR}; \

View File

@ -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 -deU -f mfs.mtree -p ${DESTDIR}
mtree -deLU -f mfs.mtree -p ${DESTDIR}
links: tree
(cd ${DESTDIR}; \