From 30c15106d5bd9ed6df712b45d4a9bffab108c224 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 12 Mar 1997 18:09:15 +0000 Subject: Do not spam our distributions accidentally with BOOTMFS files. --- release/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release') diff --git a/release/Makefile b/release/Makefile index bb5c023..d1090a3 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.283 1997/03/12 02:31:12 jkh Exp $ +# $Id: Makefile,v 1.284 1997/03/12 02:42:55 jkh Exp $ # # How to roll a release: # @@ -512,7 +512,7 @@ doTARBALL: ( cd ${SD} && \ tn=`echo ${TN} | tr '[A-Z]' '[a-z]' | cut -c1-8` && \ echo rolling ${TD}/$$tn tarball &&\ - tar --exclude CVS --exclude obj -cf - ${ARG} | \ + tar --exclude CVS --exclude obj --exclude BOOTMFS -cf - ${ARG} | \ ${ZIPNSPLIT} ${RD}/dists/${TD}/$$tn. && \ sh ${.CURDIR}/info.sh ${RD}/dists/${TD}/$$tn > \ ${RD}/dists/${TD}/$$tn.inf && \ -- cgit v1.1