GCJ and $PREFIX/include
David O'Brien
obrien@FreeBSD.org
Tue May 6 00:48:00 GMT 2003
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)
More information about the Gcc
mailing list