diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-04-02 16:00:42 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-04-02 16:03:15 +0200 |
commit | d332c291221df089c2088b4b4239806077d1e9d4 (patch) | |
tree | 374bacbb2fcfbc4bf9c5a9a59448070b2c629a66 /solenv | |
parent | addfe6a68ca9e606c1796954e12621ae951180fc (diff) |
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
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/gbuild.mk | 2 |
1 files changed, 0 insertions, 2 deletions
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 |