mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Make "buildconf --force" more robust, per IRC chat. Not backported to 5.3 to avoid destabilization.
This commit is contained in:
parent
7afd050922
commit
15c956050c
1 changed files with 6 additions and 1 deletions
|
@ -32,7 +32,12 @@ if test "$dev" = "0" -a "$devok" = "0"; then
|
|||
echo "use buildconf --force to override this check."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
if test "$devok" = "1"; then
|
||||
echo "Removing configure caches"
|
||||
rm -rf autom4te.cache config.cache
|
||||
fi
|
||||
|
||||
rm -f generated_lists
|
||||
|
||||
if test "$debug" = "yes"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue