[3.4] DESTDIR support completed

Alexandre Oliva aoliva@redhat.com
Thu Jan 9 20:49:00 GMT 2003


On Jan  9, 2003, Benjamin Kosnik <bkoz@redhat.com> wrote:

> And if the proper invocation is along the lines of:
> "make DESTDIR=/some/root/dir install"

Think

  make DESTDIR=/some/root/dir all install

DESTDIR shouldn't affect make all in any way whatsoever.  The best way
to make sure (and clear) it doesn't is to use it only in install
rules.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer



More information about the Libstdc++ mailing list