mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Do not spam our distributions accidentally with BOOTMFS files.
This commit is contained in:
parent
1b0d314332
commit
0ef3fb2233
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23803
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user