This is the mail archive of the gdb-patches@sourceware.org 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]
Other format: [Raw text]

Re: [RFA] DESTDIR & "//"


On Fri, Nov 19, 2010 at 03:18:15PM -0800, Keith Seitz wrote:
> Hi,
> 
> I believe the install targets in data-directory/Makefile.in are
> misusing the DESTDIR option. They currently do
> "$(DESTDIR)/$(FOO_DIR)". I believe this should simply be
> "$(DESTDIR)$(FOO_DIR)".
> 
> While trying to install into "//foo" isn't a big deal on *nix, it is
> quite a different story on MinGW, which attempts to look for a server
> named foo.
> 
> Ok?

OK.

-- 
Daniel Jacobowitz
CodeSourcery


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