From: Michael Wallner Date: Fri, 2 Mar 2018 20:18:31 +0000 (+0100) Subject: use another build dir X-Git-Url: https://git.m6w6.name/?p=m6w6%2Ftravis-pecl;a=commitdiff_plain;h=b6683bb97ca8618dacf7d101e5844d1bb1b2838a use another build dir --- 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