summaryrefslogtreecommitdiff
path: root/makedist
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-08-24 19:23:11 +0000
committerSascha Schumann <sas@php.net>2000-08-24 19:23:11 +0000
commitb224dd96bd5f9a050945981b8de2b84cea768483 (patch)
tree5edbdbcefb00fe1c1ef62df56a19809476494670 /makedist
parentfbbc249f2bbd011e9260486594a7006f40091996 (diff)
downloadphp-git-b224dd96bd5f9a050945981b8de2b84cea768483.tar.gz
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.
Diffstat (limited to 'makedist')
-rwxr-xr-xmakedist4
1 files changed, 4 insertions, 0 deletions
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