Kaydet (Commit) d59b8013 authored tarafından Luboš Luňák's avatar Luboš Luňák Kaydeden (comit) Michael Stahl

make gbuild follow --disable-dependency-tracking too

üst d56bcf9d
......@@ -111,11 +111,11 @@ ifneq ($(gb_DEBUGLEVEL),0)
gb_SYMBOL := $(true)
endif
# for clean, setuplocal and removelocal goals we switch off dependencies
ifneq ($(filter cleanpackmodule clean setuplocal removelocal showdeliverables help debugrun,$(MAKECMDGOALS)),)
ifneq ($(nodep),)
gb_FULLDEPS := $(false)
else
ifdef TINDERBUILD
# for clean, setuplocal and removelocal goals we switch off dependencies
ifneq ($(filter cleanpackmodule clean setuplocal removelocal showdeliverables help debugrun,$(MAKECMDGOALS)),)
gb_FULLDEPS := $(false)
else
gb_FULLDEPS := $(true)
......
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