[Libreoffice-commits] core.git: solenv/gbuild
LuboÅ¡ LuÅák
l.lunak at suse.cz
Tue Apr 2 07:03:39 PDT 2013
solenv/gbuild/gbuild.mk | 2 --
1 file changed, 2 deletions(-)
New commits:
commit d332c291221df089c2088b4b4239806077d1e9d4
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Tue Apr 2 16:00:42 2013 +0200
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
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index 3cc234e..621442d 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
More information about the Libreoffice-commits
mailing list