From 33aee54b6afe7f1207c88b51b570b8dc16a49a09 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 22 Jan 2016 20:18:35 +0100 Subject: [PATCH] oneliner --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c1990ac..cac4848 100644 --- a/Makefile +++ b/Makefile @@ -83,6 +83,8 @@ $(with_config_file_scan_dir): ## -- PECL +ext%: PECL_DIR:=$(curdir) + .PHONY: pecl-check pecl-check: @if test -z "$(PECL)"; then echo "No pecl extension specified, e.g. PECL=pecl_http:http"; exit 1; fi @@ -122,16 +124,13 @@ pecl: pecl-check php $(extdir)/$(PECL_SONAME).so | $(PECL_INI) ext-clean: pecl-clean .PHONY: ext-rm -ext-rm: PECL_DIR:=$(curdir) ext-rm: pecl-rm .PHONY: ext -ext: PECL_DIR:=$(curdir) ext: pecl-check pecl $(srcdir)/check-packagexml.php package.xml .PHONY: php -test: PECL_DIR:=$(curdir) test: php REPORT_EXIT_STATUS=1 $(bindir)/php run-tests.php -q -p $(bindir)/php --set-timeout 300 --show-diff tests -- 2.30.2