X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=7274717dba7c97f1032a2c2276f979c3ea8432ec;hb=a317d33ab68cd362c369fabf0e1bac8baa89f1cf;hp=972be2d50d3b5ca453e30cbbffd1fb5012f1f8eb;hpb=c7e08833ec313ed5b92a9ac30283e4f183480f3b;p=m6w6%2Fpecl-ci 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