Message ID | 831sa2qwon.fsf@gnu.org |
---|---|
State | New |
Headers | show |
>>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:
Eli> Errr... you mean the patch below? That works.
Yep.
Eli> + $(DESTDIR)$(bindir)/$$transformed_name
Thanks, I had missed this the exe suffix thing.
Feel free to check this in; but if you'd rather, let me know & I can do
it.
thanks
Tom
> From: Tom Tromey <tom@tromey.com> > Cc: tom@tromey.com, gdb-patches@sourceware.org, mjw@redhat.com > Date: Sun, 09 Sep 2018 19:41:01 -0600 > > >>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes: > > Eli> Errr... you mean the patch below? That works. > > Yep. > > Eli> + $(DESTDIR)$(bindir)/$$transformed_name > > Thanks, I had missed this the exe suffix thing. > > Feel free to check this in; but if you'd rather, let me know & I can do > it. Pushed to master, thanks.
>>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:
Eli> Pushed to master, thanks.
I'm cherry-picking this to the 8.2 branch as well.
Tom
> From: Tom Tromey <tom@tromey.com> > Cc: Tom Tromey <tom@tromey.com>, gdb-patches@sourceware.org, mjw@redhat.com > Date: Mon, 10 Sep 2018 10:00:56 -0600 > > >>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes: > > Eli> Pushed to master, thanks. > > I'm cherry-picking this to the 8.2 branch as well. Great, thanks.
--- gdb/Makefile.in~ 2018-09-05 10:44:28.000000000 +0300 +++ gdb/Makefile.in 2018-09-09 22:46:39.696000000 +0300 @@ -1768,8 +1768,8 @@ else \ true ; \ fi ; \ - $(INSTALL_PROGRAM) $(srcdir)/contrib/gdb-add-index.sh \ - $(DESTDIR)$(bindir)/$$transformed_name$(EXEEXT) + $(INSTALL_SCRIPT) $(srcdir)/contrib/gdb-add-index.sh \ + $(DESTDIR)$(bindir)/$$transformed_name @$(MAKE) DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do install-strip: