From 9fc61568d00dd6e678e8f4d74ea926f32cd2c275 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Sat, 2 Jul 2005 03:19:12 +0000 Subject: Don't append to CFLAGS in global scope #56409 --- eclass/mozconfig.eclass | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'eclass/mozconfig.eclass') diff --git a/eclass/mozconfig.eclass b/eclass/mozconfig.eclass index 70946d285e93..ceaac43d55a8 100644 --- a/eclass/mozconfig.eclass +++ b/eclass/mozconfig.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v 1.10 2005/05/12 14:49:26 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v 1.11 2005/07/02 03:19:12 agriffis Exp $ # # mozconfig.eclass: the new mozilla.eclass @@ -150,6 +150,9 @@ mozconfig_init() { CXXFLAGS="${CXXFLAGS} -Wno-deprecated" fi + # Go a little faster; use less RAM + append-flags "$MAKEEDIT_FLAGS" + #################################### # # mozconfig setup -- cgit v1.2.3-65-gdbad