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:
01c99bb
)
travis (precise) comes with php-5.3
author
Michael Wallner
<mike@php.net>
Fri, 7 Aug 2015 19:51:02 +0000
(21:51 +0200)
committer
Michael Wallner
<mike@php.net>
Fri, 7 Aug 2015 19:51:02 +0000
(21:51 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 88d36a9f74cd3890841cdacdd46881edf1eef310..7274717dba7c97f1032a2c2276f979c3ea8432ec 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-128,4
+128,4
@@
test: php
REPORT_EXIT_STATUS=1 $(bindir)/php run-tests.php -q -p $(bindir)/php --set-timeout 300 --show-diff tests
pharext/%: $(PECL_INI) php | $(srcdir)/../%.ext.phar
- for phar in $|; do $$phar --prefix=$(prefix) --ini=$(PECL_INI); done
+ for phar in $|; do $
(bindir)/php $
$phar --prefix=$(prefix) --ini=$(PECL_INI); done