Remove a mkdir in doTARBALL which, as far as I can tell, is not needed
for anything.
This commit is contained in:
parent
7cae5544c3
commit
3fca91d40c
@ -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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user