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

Re: PATCH: Support DESTDIR


Hmm, which of these is correct:

-	$(SHELL) $(srcdir)/../../mkinstalldirs $(infodir)
+	$(SHELL) $(srcdir)/../../mkinstalldirs $(DESTDIR)/$(infodir)

-		$(INSTALL_DATA) $$i $(htmldir)/$$i ; \
+		$(INSTALL_DATA) $$i $(DESTDIR)$(htmldir)/$$i ; \

(the slash)?


> + $(mkinstalldirs) $(DESTDIR)$(infodir)

Please keep the mkinstalldirs consistent with the rest of GDB vis:
	$(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$infodir)
The addition of mkinstalldirs should be mentioned in the ChangeLog.

Andrew



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