projects
/
m6w6
/
pecl-ci
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
c7e0883
)
fix pharext rule
author
Michael Wallner
<mike@php.net>
Fri, 7 Aug 2015 13:47:43 +0000
(15:47 +0200)
committer
Michael Wallner
<mike@php.net>
Fri, 7 Aug 2015 13:47:43 +0000
(15:47 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 972be2d50d3b5ca453e30cbbffd1fb5012f1f8eb..88d36a9f74cd3890841cdacdd46881edf1eef310 100644
(file)
--- 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 $$phar --prefix=$(prefix) --ini=$(PECL_INI); done