X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=e166eb8f69a5fb84204b30efdd3890ccf89e3573;hb=165f61f020ee6de84051c4a463e7f8b7d1f87958;hp=93caffb1843b2388d82a819506546c1ffb0427bd;hpb=79de9c8e52f16a2e06324683cf4c00c91df1b6c1;p=m6w6%2Ftravis-pecl diff --git a/Makefile b/Makefile index 93caffb..e166eb8 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ export PHP ?= 5.6 JOBS ?= 2 -PHP_MIRROR ?= http://us1.php.net/distributions/ +PHP_MIRROR ?= http://us2.php.net/distributions/ TMPDIR ?= /tmp tmpnam := $(TMPDIR)/php-$(PHP)-$(shell env |grep -E '^with_|^enable_' | tr -c '[a-zA-Z_]' -) @@ -49,7 +49,7 @@ CPPCHECK_ENABLE ?= portability,style CPPCHECK_EXITCODE ?= 42 CPPCHECK_SUPPRESSIONS ?= $(makdir)/cppcheck.suppressions CPPCHECK_INCLUDES ?= -I. $(shell test -f Makefile && awk -F= '/^CPPFLAGS|^INCLUDES/{print $$2}'