summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-03-22 17:26:11 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-03-22 17:32:23 -0500
commit7be7f9a7863cbd862dd5a5462c508db03c56c8d1 (patch)
tree3c5c56f0e690b4f83da6dc15e601cddb0b127518 /solenv
parent2413fd4f9f784fbde821b087b78ecf3a6afb4f31 (diff)
gbuild: allow the tinderboxes to bypass the dependencies generations
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/gbuild.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index 119f6e5bc33a..5ad2378bc677 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -113,8 +113,12 @@ endif
# for clean, setuplocal and removelocal goals we switch off dependencies
ifneq ($(filter cleanpackmodule clean setuplocal removelocal showdeliverables help debugrun,$(MAKECMDGOALS)),)
+ifdef TINDERBUILD
gb_FULLDEPS := $(false)
else
+gb_FULLDEPS := $(false)
+endif
+else
gb_FULLDEPS := $(true)
endif