public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Dan Streetman <ddstreet@canonical.com>
To: gdb-patches@sourceware.org
Cc: Dan Streetman <ddstreet@canonical.com>
Subject: [PATCH] add missing empty targets to sim/ppc/Makefile.in
Date: Tue, 11 May 2021 09:28:15 -0400	[thread overview]
Message-ID: <20210511132815.3045147-1-ddstreet@canonical.com> (raw)

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


             reply	other threads:[~2021-05-11 13:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-11 13:28 Dan Streetman [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210511132815.3045147-1-ddstreet@canonical.com \
    --to=ddstreet@canonical.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).