public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] add missing empty targets to sim/ppc/Makefile.in
@ 2021-05-11 13:28 Dan Streetman
  2021-05-11 21:40 ` Mike Frysinger
  0 siblings, 1 reply; 6+ messages in thread
From: Dan Streetman @ 2021-05-11 13:28 UTC (permalink / raw)
  To: gdb-patches; +Cc: Dan Streetman

These are copied from sim/common/Make-common.in

On ppc the build fails without at least the 'info' target, e.g.:

Making info in ppc
make[4]: Entering directory '/<<BUILDDIR>>/gdb-10.2.2974.g5b45e89f56d+21.10.20210510155809/build/default/sim/ppc'
make[4]: *** No rule to make target 'info'.  Stop.

sim/ppc/ChangeLog
2021-05-11  Dan Streetman  <ddstreet@canonical.com>

	* Makefile.in (html, info, pdf): New empty targets.
---
 sim/ppc/Makefile.in | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/sim/ppc/Makefile.in b/sim/ppc/Makefile.in
index 7686937f421..cc4bdaf9455 100644
--- a/sim/ppc/Makefile.in
+++ b/sim/ppc/Makefile.in
@@ -895,6 +895,18 @@ config.status: configure
 
 check:
 
+html:
+clean-html:
+install-html:
+
+info:
+clean-info:
+install-info:
+
+pdf:
+clean-pdf:
+install-pdf:
+
 install: installdirs
 	a=`basename "$$(pwd)"`; \
 	n=`echo run | sed '$(program_transform_name)'`; \
-- 
2.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] add missing empty targets to sim/ppc/Makefile.in
  2021-05-11 13:28 [PATCH] add missing empty targets to sim/ppc/Makefile.in Dan Streetman
@ 2021-05-11 21:40 ` Mike Frysinger
  2021-07-05 19:33   ` Dan Streetman
  0 siblings, 1 reply; 6+ messages in thread
From: Mike Frysinger @ 2021-05-11 21:40 UTC (permalink / raw)
  To: Dan Streetman; +Cc: gdb-patches

On 11 May 2021 09:28, Dan Streetman via Gdb-patches wrote:
> These are copied from sim/common/Make-common.in
> 
> On ppc the build fails without at least the 'info' target, e.g.:
> 
> Making info in ppc
> make[4]: Entering directory '/<<BUILDDIR>>/gdb-10.2.2974.g5b45e89f56d+21.10.20210510155809/build/default/sim/ppc'
> make[4]: *** No rule to make target 'info'.  Stop.

looks great, thanks
-mike

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] add missing empty targets to sim/ppc/Makefile.in
  2021-05-11 21:40 ` Mike Frysinger
@ 2021-07-05 19:33   ` Dan Streetman
  2021-07-05 23:26     ` Mike Frysinger
  0 siblings, 1 reply; 6+ messages in thread
From: Dan Streetman @ 2021-07-05 19:33 UTC (permalink / raw)
  To: Dan Streetman, gdb-patches

Just checking, did this get merged?

On Tue, May 11, 2021 at 5:40 PM Mike Frysinger <vapier@gentoo.org> wrote:
>
> On 11 May 2021 09:28, Dan Streetman via Gdb-patches wrote:
> > These are copied from sim/common/Make-common.in
> >
> > On ppc the build fails without at least the 'info' target, e.g.:
> >
> > Making info in ppc
> > make[4]: Entering directory '/<<BUILDDIR>>/gdb-10.2.2974.g5b45e89f56d+21.10.20210510155809/build/default/sim/ppc'
> > make[4]: *** No rule to make target 'info'.  Stop.
>
> looks great, thanks
> -mike

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] add missing empty targets to sim/ppc/Makefile.in
  2021-07-05 19:33   ` Dan Streetman
@ 2021-07-05 23:26     ` Mike Frysinger
  2021-07-06 13:34       ` Dan Streetman
  0 siblings, 1 reply; 6+ messages in thread
From: Mike Frysinger @ 2021-07-05 23:26 UTC (permalink / raw)
  To: Dan Streetman; +Cc: gdb-patches

On 05 Jul 2021 15:33, Dan Streetman via Gdb-patches wrote:
> Just checking, did this get merged?

if you didn't merge it, then probably not ;).
do you need someone to merge it for you ?
-mike

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] add missing empty targets to sim/ppc/Makefile.in
  2021-07-05 23:26     ` Mike Frysinger
@ 2021-07-06 13:34       ` Dan Streetman
  2021-07-06 15:48         ` Mike Frysinger
  0 siblings, 1 reply; 6+ messages in thread
From: Dan Streetman @ 2021-07-06 13:34 UTC (permalink / raw)
  To: Dan Streetman, gdb-patches

On Mon, Jul 5, 2021 at 7:26 PM Mike Frysinger <vapier@gentoo.org> wrote:
>
> On 05 Jul 2021 15:33, Dan Streetman via Gdb-patches wrote:
> > Just checking, did this get merged?
>
> if you didn't merge it, then probably not ;).
> do you need someone to merge it for you ?

yes please, I don't have write access to the repo :)

> -mike

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] add missing empty targets to sim/ppc/Makefile.in
  2021-07-06 13:34       ` Dan Streetman
@ 2021-07-06 15:48         ` Mike Frysinger
  0 siblings, 0 replies; 6+ messages in thread
From: Mike Frysinger @ 2021-07-06 15:48 UTC (permalink / raw)
  To: Dan Streetman; +Cc: gdb-patches

On 06 Jul 2021 09:34, Dan Streetman wrote:
> On Mon, Jul 5, 2021 at 7:26 PM Mike Frysinger wrote:
> > On 05 Jul 2021 15:33, Dan Streetman wrote:
> > > Just checking, did this get merged?
> >
> > if you didn't merge it, then probably not ;).
> > do you need someone to merge it for you ?
> 
> yes please, I don't have write access to the repo :)

pushed now, thanks
-mike

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-07-06 15:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-11 13:28 [PATCH] add missing empty targets to sim/ppc/Makefile.in Dan Streetman
2021-05-11 21:40 ` Mike Frysinger
2021-07-05 19:33   ` Dan Streetman
2021-07-05 23:26     ` Mike Frysinger
2021-07-06 13:34       ` Dan Streetman
2021-07-06 15:48         ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).