From b6683bb97ca8618dacf7d101e5844d1bb1b2838a Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 2 Mar 2018 21:18:31 +0100 Subject: [PATCH] use another build dir --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2