mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +00:00
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:
parent
25718fe3f0
commit
8b873d926b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63262
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user