summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-03-26 20:38:41 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-03-26 20:38:41 +0200
commit3b1adf08e38c26c2d0d22b831f9582bc60049681 (patch)
treec5d13bf7cf0199685331b6a850aab440460d0f70
parent2ee0eeef5803659e096fc788c01cff0ea54ec6e8 (diff)
Revert "Revert "make gbuild follow --disable-dependency-tracking too""
Revert again, the option itself is correct. Resulting problems need to be fixed and the option should not be used now where it breaks. This reverts commit 2ee0eeef5803659e096fc788c01cff0ea54ec6e8.
-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 e85ed83543c5..574e8515bff5 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -116,12 +116,16 @@ ifneq ($(gb_DEBUGLEVEL),0)
gb_SYMBOL := $(true)
endif
+ifneq ($(nodep),)
+gb_FULLDEPS := $(false)
+else
# 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)
endif
+endif
# save user-supplied flags for latter use
ifneq ($(strip $(CFLAGS)),)