From ac0a526843676dac8e33da9037247657b4e32af2 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 8 Nov 1996 19:09:45 +0000 Subject: [PATCH] Remove a mkdir in doTARBALL which, as far as I can tell, is not needed for anything. --- release/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release/Makefile b/release/Makefile index ec01209c387..5bc12f71ddd 100644 --- a/release/Makefile +++ b/release/Makefile @@ -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 && \