[orbitcpp-list] [ orbitcpp-Patches-497705 ] Don't overwrite user variables in build
Status: Beta
Brought to you by:
philipd
From: <no...@so...> - 2001-12-29 22:36:54
|
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: Open Resolution: None Priority: 5 Submitted By: Braden McDaniel (braden) Assigned to: Nobody/Anonymous (nobody) 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. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=300646&aid=497705&group_id=646 |