X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fpecl-ci;a=blobdiff_plain;f=Makefile;h=7274717dba7c97f1032a2c2276f979c3ea8432ec;hp=972be2d50d3b5ca453e30cbbffd1fb5012f1f8eb;hb=cebb9675e8d36318a928cfa48402fcc434cc7b5d;hpb=c7e08833ec313ed5b92a9ac30283e4f183480f3b diff --git a/Makefile b/Makefile index 972be2d..7274717 100644 --- a/Makefile +++ b/Makefile @@ -127,5 +127,5 @@ ext: pecl-check $(srcdir)/pecl-$(PECL_EXTENSION) pecl test: php REPORT_EXIT_STATUS=1 $(bindir)/php run-tests.php -q -p $(bindir)/php --set-timeout 300 --show-diff tests -%.ext.phar: ../%.ext.phar $(PECL_INI) php - $< --prefix=$(prefix) --ini=$(PECL_INI) +pharext/%: $(PECL_INI) php | $(srcdir)/../%.ext.phar + for phar in $|; do $(bindir)/php $$phar --prefix=$(prefix) --ini=$(PECL_INI); done