This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [3.4] DESTDIR support completed
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Andreas Jaeger <aj at suse dot de>
- Cc: aoliva at redhat dot com, ccorn at cs dot tu-berlin dot de,gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Thu, 9 Jan 2003 11:49:04 -0600
- Subject: Re: [3.4] DESTDIR support completed
- References: <Pine.LNX.4.33.0301031705420.2540-600000@Dachs.Bau><orvg0zkjtt.fsf@free.redhat.lsd.ic.unicamp.br><ho7kdehi5d.fsf@byrd.suse.de>
On Thu, 09 Jan 2003 08:55:10 +0100
Andreas Jaeger <aj@suse.de> wrote:
>> libstdc++ folks, can you please comment on this?
Sorry for this delay. I had not realized there was a libstdc++ component
to this patch.
Instead of doing
$(DESTDIR)${gcc_include_dir} in all of the install routines (over ten)
why don't you just do:
gxx_include_dir = $(DESTDIR)@gxx_include_dir@
And set it in one place?
What's this for, anyway?
-benjamin