This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


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

Re: [RFA] Revised doc/Makefile.in patch


> Date: Sat, 1 Jul 2000 23:56:39 -0400
> From: Chris Faylor <cgf@cygnus.com>
> 
> Actually that isn't completely true.  This doesn't address Eli's concern
> about making the target of an $(INSTALL_DATA) a directory.  I've never
> seen a system where this was an issue but...

I'm not aware of such an `install', either.  Even install-sh supports
a directory without a file name as the destination.

The only reason I can think of for using a file name as the
destination is to rename the file on the fly.  This can happen if GDB
is installed under a different name, by using the program_transform_name
feature.  Currently, gdb/doc/Makefile.in doesn't support this, but
that's probably a bug, since gdb/Makefile.in does.

One possibility of solving this would be to add some shell magic to
the rule commands, to look for the files both in the build and the
source directory, instead of relying on VPATH.

However, if this is not an issue, at least in the current version, I
think your patch is okay.  I will wait for a few more days (from the
traffic, it looks like many people are on the road ;-), and if no one
objects, I'll commit it.

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