From 510255570c2a4afd9f61014a1aa77a08879d0ca5 Mon Sep 17 00:00:00 2001 From: marcel Date: Sun, 23 Jul 2000 16:33:00 +0000 Subject: 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. --- release/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'release/Makefile') diff --git a/release/Makefile b/release/Makefile index aa491ae..2c45246 100644 --- a/release/Makefile +++ b/release/Makefile @@ -334,13 +334,13 @@ release.1: for i in ${DISTRIBUTIONS} ; do \ mkdir ${RD}/trees/$$i && \ mkdir ${RD}/dists/$$i && \ - mtree -deLU -f ${MTREEFILES}/BSD.root.dist \ + mtree -deU -f ${MTREEFILES}/BSD.root.dist \ -p ${RD}/trees/$$i > /dev/null && \ - mtree -deLU -f ${MTREEFILES}/BSD.usr.dist \ + mtree -deU -f ${MTREEFILES}/BSD.usr.dist \ -p ${RD}/trees/$$i/usr > /dev/null && \ - mtree -deLU -f ${MTREEFILES}/BSD.include.dist \ + mtree -deU -f ${MTREEFILES}/BSD.include.dist \ -p ${RD}/trees/$$i/usr/include > /dev/null && \ - mtree -deLU -f ${MTREEFILES}/BSD.var.dist \ + mtree -deU -f ${MTREEFILES}/BSD.var.dist \ -p ${RD}/trees/$$i/var > /dev/null ; \ done touch release.1 @@ -697,7 +697,7 @@ doTARBALL: cp -p ${.CURDIR}/scripts/$${TD}-install.sh ${RD}/dists/${TD}/install.sh; \ fi && \ if [ "${SD}" != "/usr/src" ]; then \ - mtree -L -c -i -p ${SD}/${ARG} \ + mtree -c -i -p ${SD}/${ARG} \ -k gname,md5digest,mode,nlink,uname,size,link,type \ > ${RD}/dists/${TD}/$$tn.mtree ; \ else \ -- cgit v1.1