From: Sascha Schumann Date: Thu, 24 Aug 2000 19:23:11 +0000 (+0000) Subject: Don't distribute buildmk.stamp to the end user. Otherwise, buildcheck.sh X-Git-Tag: php-4.0.2~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b224dd96bd5f9a050945981b8de2b84cea768483;p=php Don't distribute buildmk.stamp to the end user. Otherwise, buildcheck.sh won't be run on the user's system, when they try to use buildconf. --- diff --git a/makedist b/makedist index f808890a3b..ed8284e95d 100755 --- a/makedist +++ b/makedist @@ -124,6 +124,10 @@ done set -x ./buildconf --copy +# remove buildmk.stamp. Otherwise, buildcheck.sh might not be run, +# when a user runs buildconf in the distribution. +rm -f buildmk.stamp + ./genfiles echo "/* Dummy File */" > ext/bcmath/number.c