From fa64fa8f5af34f2b1c792816db3f24a3416a5f6d Mon Sep 17 00:00:00 2001 From: alwin Date: Sun, 17 Oct 2004 11:20:26 +0000 Subject: removed the ccache stuff. It should not made here but in your personal environment. (See WiKi and mailing list) or use the automatic system from ccache itself (prepend /usr/lib/ccache/bin to your PATH variable) --- (limited to 'Vars.make') diff --git a/Vars.make b/Vars.make index 1fd942a..5e2cd7b 100644 --- a/Vars.make +++ b/Vars.make @@ -120,8 +120,3 @@ ifeq ($(STRIP),) endif endif -export CCACHE=$(shell which ccache 2>/dev/null) -export DISTCC=$(shell which distcc 2>/dev/null) -ifneq ($(DISTCC),) - export CCACHE_PREFIX=$(shell which distcc &>/dev/null && echo distcc) -endif -- cgit v0.9.0.2