summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-03-26 17:36:14 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-03-26 17:36:14 +0200
commit2ee0eeef5803659e096fc788c01cff0ea54ec6e8 (patch)
treedd0d61b680f62fc77f274b7f78cb5f087748f82d /solenv
parentc946784f3b58d357eb15d699e1376df0d6f938ac (diff)
Revert "make gbuild follow --disable-dependency-tracking too"
3-5 branch is not ready for this, there are a number of build failures. Okayed by Petr Mladek, but this is rather obvious. This reverts commit af67f5f6438bde777c0cbb4d90c7f6bdcd831bf3.
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/gbuild.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index 574e8515bff5..e85ed83543c5 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -116,16 +116,12 @@ 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)),)