From: Marcus Boerger Date: Mon, 2 Jun 2008 15:50:42 +0000 (+0000) Subject: - Remove checked-in or older version of phar.phar as we might not be able to open it X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e61f63d3fb8ef693ed9de2779e01178c266f83e;p=php - Remove checked-in or older version of phar.phar as we might not be able to open it --- diff --git a/ext/phar/Makefile.frag b/ext/phar/Makefile.frag index 1fc1673875..d18136fc73 100755 --- a/ext/phar/Makefile.frag +++ b/ext/phar/Makefile.frag @@ -13,7 +13,8 @@ $(builddir)/phar.php: $(srcdir)/build_precommand.php $(srcdir)/phar/*.inc $(srcd $$PHP $(srcdir)/build_precommand.php > $(builddir)/phar.php $(builddir)/phar.phar: $(builddir)/phar.php $(srcdir)/phar/*.inc $(srcdir)/phar/*.php $(SAPI_CLI_PATH) - if test -x "$(PHP_EXECUTABLE)"; then \ + -@test -f $(builddir)/phar.phar && rm -f $(builddir)/phar.phar + -@if test -x "$(PHP_EXECUTABLE)"; then \ export PHP="$(PHP_EXECUTABLE)"; \ export BANG="$(PHP_EXECUTABLE)"; \ else \