Remove a mkdir in doTARBALL which, as far as I can tell, is not needed

for anything.
This commit is contained in:
Jordan K. Hubbard 1996-11-08 19:09:45 +00:00
parent 68a9989171
commit ac0a526843
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19542

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.249 1996/11/03 14:39:18 joerg Exp $
# $Id: Makefile,v 1.250 1996/11/07 14:50:28 joerg Exp $
#
# How to roll a release:
#
@ -478,8 +478,8 @@ doTARBALL:
echo rolling ${TD}/$$tn tarball &&\
tar --exclude CVS --exclude obj -cf - ${ARG} | \
${ZIPNSPLIT} ${RD}/dists/${TD}/$$tn. && \
mkdir -p ${TD} && sh ${.CURDIR}/info.sh \
${RD}/dists/${TD}/$$tn > ${RD}/dists/${TD}/$$tn.inf && \
sh ${.CURDIR}/info.sh ${RD}/dists/${TD}/$$tn > \
${RD}/dists/${TD}/$$tn.inf && \
if [ -f ${.CURDIR}/scripts/$${TD}-install.sh ]; then \
cp -p ${.CURDIR}/scripts/$${TD}-install.sh ${RD}/dists/${TD}/install.sh; \
fi && \