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]

[RFA] DESTDIR & "//"


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?

ChangeLog
2010-11-19  Keith Seitz  <keiths@redhat.com>

	* data-directory/Makefile.in (SYSCALLS_INSTALL_DIR):
	Remove extraneous '/' after $(DESTDIR).
	(PYTHON_INSTALL_DIR): Likewise.

Attachment: DESTDIR-double-slash.patch
Description: Text document


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