From 9d2968d6dd12cda797aa31bc0f0798f835cd073a Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Thu, 22 Mar 2012 23:57:09 -0500 Subject: disable gb_FULLDEPS when TINDERBUILD is set _and_ we are really building --- solenv/gbuild/gbuild.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk index a26f4512c19d..d16d33affee9 100644 --- a/solenv/gbuild/gbuild.mk +++ b/solenv/gbuild/gbuild.mk @@ -113,14 +113,14 @@ 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 +ifdef TINDERBUILD gb_FULLDEPS := $(false) -endif else gb_FULLDEPS := $(true) endif +endif # save user-supplied flags for latter use ifneq ($(strip $(CFLAGS)),) -- cgit