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: GCJ and $PREFIX/include


On Mon, May 05, 2003 at 08:03:30PM -0300, Alexandre Oliva wrote:
> > I don't think this
> > makes any sense now, since we have DESTDIR support.
... 
> > Since all C++ includes are versioned now, this really only changes the
> > install directory to the compiler directory. I don't think this is used
> > outside of C++
> 
> Err...  IIRC, this changes the install location of libraries as well,
> from ${libdir} to somewhere inside ${tooldir}.  It's not just about
> headers.

Oooo!!  Even better.  I can remove all the code moving the libs from
{prefix}/lib to ${tooldir}/.../.  But using this.

> > I think DESTDIR solves this too.
> 
> I hope you agree DESTDIR has nothing to do with this now :-)

I agree, but it sounds like I DESTDIR will almost do what I want -- I
only have to move bin/* back to {prefix}/bin manually.
 
-- 
-- David  (obrien@FreeBSD.org)


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