Kaydet (Commit) 7be7f9a7 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

gbuild: allow the tinderboxes to bypass the dependencies generations

üst 2413fd4f
...@@ -113,8 +113,12 @@ endif ...@@ -113,8 +113,12 @@ endif
# for clean, setuplocal and removelocal goals we switch off dependencies # for clean, setuplocal and removelocal goals we switch off dependencies
ifneq ($(filter cleanpackmodule clean setuplocal removelocal showdeliverables help debugrun,$(MAKECMDGOALS)),) ifneq ($(filter cleanpackmodule clean setuplocal removelocal showdeliverables help debugrun,$(MAKECMDGOALS)),)
ifdef TINDERBUILD
gb_FULLDEPS := $(false) gb_FULLDEPS := $(false)
else else
gb_FULLDEPS := $(false)
endif
else
gb_FULLDEPS := $(true) gb_FULLDEPS := $(true)
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment