Add -L to mtree.

Not shure ever it needed for MFS, but just to keep old behaviour exact, can be
removed later
This commit is contained in:
Andrey A. Chernov 2000-07-16 08:44:40 +00:00
parent 25718fe3f0
commit 8b873d926b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63262

View File

@ -14,9 +14,9 @@ all: tree links
tree:
@echo "--- making tree"
@( if [ -f mfs.mtree ] ; then \
mtree -deU -f mfs.mtree -p ${DESTDIR}; \
mtree -deLU -f mfs.mtree -p ${DESTDIR}; \
else \
mtree -deU -f ../build/mfs.mtree -p ${DESTDIR} ; \
mtree -deLU -f ../build/mfs.mtree -p ${DESTDIR} ; \
fi )
links: tree