diff options
author | Sascha Schumann <sas@php.net> | 2000-08-24 19:23:11 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-08-24 19:23:11 +0000 |
commit | b224dd96bd5f9a050945981b8de2b84cea768483 (patch) | |
tree | 5edbdbcefb00fe1c1ef62df56a19809476494670 | |
parent | fbbc249f2bbd011e9260486594a7006f40091996 (diff) | |
download | php-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.
-rwxr-xr-x | makedist | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |