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: [3.4] DESTDIR support completed


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


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