mirror of
https://github.com/php/php-src.git
synced 2024-12-02 06:13:40 +08:00
- Remove checked-in or older version of phar.phar as we might not be able to open it
This commit is contained in:
parent
159561e9da
commit
4e61f63d3f
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user