git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1364
d1e1f19c-881f-0410-ab34-
b69fee027534
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 07 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+ modules/generic_stage_target.py:
+ Change the warning thrown into make.conf when someone uses LDFLAGS so it is
+ less confusing.
+
05 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
modules/generic_stage_target.py:
Merged ChangeLog.old and ChangeLog and added a note for myself to fix up the
myf.write('CXXFLAGS="${CFLAGS}"\n')
if self.settings.has_key("LDFLAGS"):
- myf.write("# This should not be changed unless you know exactly what you are doing. You\n# should probably be using a different stage, instead.\n")
+ myf.write("# LDFLAGS is unsupported. USE AT YOUR OWN RISK!\n")
myf.write('LDFLAGS="'+self.settings["LDFLAGS"]+'"\n')
if self.settings.has_key("CBUILD"):
myf.write("# This should not be changed unless you know exactly what you are doing. You\n# should probably be using a different stage, instead.\n")