X-Git-Url: https://git.m6w6.name/?p=m6w6%2Ftravis-pecl;a=blobdiff_plain;f=Makefile;h=20f28299ba147ac28b927495d571b735e501377c;hp=3c5e2938a04a62b24582bc6394d0f0cf92749b3d;hb=b6683bb97ca8618dacf7d101e5844d1bb1b2838a;hpb=a8cc62c5de13033c59aa13af19a0f7dd54b5596b diff --git a/Makefile b/Makefile index 3c5e293..20f2829 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ TMPDIR ?= /tmp makdir := $(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))) ifdef TRAVIS -prefix ?= $(HOME)/build/php-$(PHP)-$(shell env |grep -E '^with_|^enable_' | tr -c '[a-zA-Z_]' -) +prefix ?= $(HOME)/cache/php-$(PHP)-$(shell env |grep -E '^with_|^enable_' | tr -c '[a-zA-Z_]' -) else prefix ?= $(TMPDIR)/php-$(PHP)-$(shell env |grep -E '^with_|^enable_' | tr -c '[a-zA-Z_]' -) endif