This is the mail archive of the gcc-patches@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: [Makefile] Stop unnecessarily rebuilding gcc, cc1, et al.


"Joseph S. Myers" <jsm@polyomino.org.uk> writes:

> There is a theory of the GNU Coding Standards (as expounded e.g. in the
> Autoconf manual) that users must be able to say "make prefix=whatever" and
> override that specified at configuration time.

I'm not sure that anybody thinks that should cause any programs to be
recompiled, though.  To me that is the old way of doing what we now do
via "make DESTDIR=/some/dir".

Ian


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