mirror of
https://github.com/php/php-src.git
synced 2025-01-19 18:24:15 +08:00
rerun checks if buildconf is newer than the time stamp file
This commit is contained in:
parent
5fbe27828b
commit
e8f465f3d4
@ -5,7 +5,8 @@ supplied_flag=$1
|
||||
# do some version checking for the tools we use
|
||||
if test "$1" = "--force"; then
|
||||
shift
|
||||
elif test -r buildconf.stamp ; then
|
||||
# this is a posix correct "test -nt"
|
||||
elif test "`ls -t buildconf buildconf.stamp|head -1`" != "buildconf"; then
|
||||
:
|
||||
else
|
||||
echo "buildconf: checking installation..."
|
||||
|
Loading…
Reference in New Issue
Block a user