This is the mail archive of the gcc-bugs@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]

Re: DESTDIR vs. libstdc++


Tom Tromey <tromey@redhat.com> writes:

> Note that most GNU-style Makefiles work if you run configure with a
> given --prefix and then change it at `make install' time:

>     /gcc/configure --prefix=/whatever
>     make
>     make install prefix=/destdir/whatever

> This was common practice in GNU for a long time (this method is also
> supported by automake).  I don't recall if it is in the GNU coding
> standards (many things like this are not).  I also don't know if this
> is supported by the gcc Makefiles.

It is.  Our local installation procedure relies on it.

-- 
Russ Allbery (rra@stanford.edu)             <http://www.eyrie.org/~eagle/>


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