Patches item #497705, was opened at 2001-12-29 14:36
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=300646&aid=497705&group_id=646
Category: None
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Braden McDaniel (braden)
>Assigned to: Sam Couter (eddiesam)
Summary: Don't overwrite user variables in build
Initial Comment:
The thrust of this patch is to fix the places that
variables like CFLAGS and CXXFLAGS were set in the
Makefile.am's. These are variables that can be set by
the user at configure time.
Also fixed in this patch: compiler/Makefile.am had
headers listed in a _SOURCES variable. These entries
more properly belong in a noinst_HEADERS variable.
This patch obsoletes the file Makefile.buildvars.
----------------------------------------------------------------------
>Comment By: Sam Couter (eddiesam)
Date: 2002-01-01 20:28
Message:
Logged In: YES
user_id=14486
Patch committed to CVS.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=300646&aid=497705&group_id=646
|