-rw-r--r-- | Vars.make | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -120,2 +120,6 @@ ifeq ($(STRIP),) endif endif + +export CCACHE=$(shell which ccache 2>/dev/null) +export DISTCC=$(shell which distcc 2>/dev/null) + |
index : patchwork/opie.git | ||
opie™ hacks and fixes |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Vars.make | 4 |
@@ -120,2 +120,6 @@ ifeq ($(STRIP),) endif endif + +export CCACHE=$(shell which ccache 2>/dev/null) +export DISTCC=$(shell which distcc 2>/dev/null) + |