This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: make prefix=xxx install no longer working on main line


Arnaud Charlet <charlet@ACT-Europe.FR> writes:

> It is no longer possible to do a
>
> make prefix=xxx install
>
> where xxx is different from the prefix used when configuring GCC.
>
> I suspect this is due to the following change:
>
> 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
>
> 	* Makefile.def (flags_to_pass): Remove *dir variables that
> 	are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
> 	as well as prefix and exec_prefix.
> 	* Makefile.in: Regenerate.
>
> Paolo, could you investigate ? Thanks.

The toplevel makefile explicitly empties MAKEOVERRIDES which normally
contains the variable assignments from the command line and is implicitly
passed down to submakes.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]