From: Stig Bakken Date: Thu, 4 Nov 1999 09:52:44 +0000 (+0000) Subject: # Updated to work with the new build system. X-Git-Tag: php-4.0b3_RC2~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa3123e87bdb7ae8e6f4b587943796520c69ac2c;p=php # Updated to work with the new build system. --- diff --git a/makedist b/makedist index 42695182bf..6c9a393089 100755 --- a/makedist +++ b/makedist @@ -57,6 +57,12 @@ ARCHIVE=$MY_OLDPWD/$PKG-$VER.tar.gz # temporary directory used to check out files from CVS TMPDIR=$MY_OLDPWD/cvstmp-$PKG-$VER +if test -d "$TMPDIR"; then + echo "Temporary directory $TMPDIR" + echo "already exists, rename or remove it and run makedist again." + exit 1 +fi + # version part of the CVS release tag CVSVER=`echo $VER | sed -e 's/\./_/g'` @@ -120,9 +126,9 @@ set +x INC="$INC \ configuration-scanner.c \ configuration-parser.c configuration-parser.h \ -acconfig.h aclocal.m4 configure.in missing mkinstalldirs \ +acconfig.h aclocal.m4 missing mkinstalldirs \ ltconfig ltmain.sh config.sub config.guess php_config.h.in \ -configure" +configure install-sh Makefile.in" mkdir $PKG-$VER || exit 6