X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile;h=20bcbbcf45f8ffe0efcb40305f7675d7bc9c8bf5;hb=9936470ff8103e7671ca78183b06020dc6153a8f;hp=1bc8fefc523922c4dbf4d94eafd662c36bf5144e;hpb=bfc1e6ecfbc73e021cd452f342257e351997d5c5;p=m6w6%2Fpecl-ci diff --git a/Makefile b/Makefile index 1bc8fef..20bcbbc 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,10 @@ export -PHP = 5.6 +PHP ?= 5.6 JOBS ?= 2 PHP_MIRROR ?= http://us1.php.net/distributions/ -prefix ?= $(HOME) -prefix += /job-$(TRAVIS_JOB_NUMBER) +prefix ?= $(HOME)/job-$(TRAVIS_JOB_NUMBER) exec_prefix ?= $(prefix) bindir = $(exec_prefix)/bin srcdir := $(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)))