From d332c291221df089c2088b4b4239806077d1e9d4 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Tue, 2 Apr 2013 16:00:42 +0200 Subject: remove incorrect todo comments about ENVCFLAGS Actually these variables have nothing to do with dmake, other than originating from there. And they still make (at least some) sense, at least I'm not aware of any way to append any CFLAGS (overriding them in the usual make way will override only debug/optimization flags). Change-Id: Iec91c5c1dfbec2b683060087ac914666efa913d9 --- solenv/gbuild/gbuild.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'solenv') diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk index 3cc234ebca48..621442d7834d 100644 --- a/solenv/gbuild/gbuild.mk +++ b/solenv/gbuild/gbuild.mk @@ -172,11 +172,9 @@ gb_QUIET_EXTERNAL := $(true) endif # save user-supplied flags for latter use -# TODO remove after the old build system is abolished ifneq ($(strip $(ENVCFLAGS)),) gb__ENV_CFLAGS := $(ENVCFLAGS) endif -# TODO remove after the old build system is abolished ifneq ($(strip $(ENVCFLAGSCXX)),) gb__ENV_CXXFLAGS := $(ENVCFLAGSCXX) endif -- cgit