Add -L to mtree to preserve old functionality exact
This commit is contained in:
parent
8b873d926b
commit
c5dfaf05b1
@ -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"
|
||||
|
@ -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}; \
|
||||
|
@ -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}; \
|
||||
|
Loading…
Reference in New Issue
Block a user