This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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 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


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