Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andrew Cagney <ac131313@redhat.com>
To: DJ Delorie <dj@redhat.com>
Cc: neroden@twcny.rr.com, gdb-patches@sources.redhat.com,
	gcc-patches@gcc.gnu.org
Subject: Re: sim/gdb dependency
Date: Sun, 08 Dec 2002 14:32:00 -0000	[thread overview]
Message-ID: <3DF3C4C3.6030809@redhat.com> (raw)
In-Reply-To: <200212080003.gB803BT32520@greed.delorie.com>

[-- Attachment #1: Type: text/plain, Size: 455 bytes --]

Try this,

>> Makefile.in to read something like:
>> 	all-sim: configure-sim configure-gdb
>> and that fixed the problem.  (But I'm not sure how to do this from scratch).
> 
> 
> That line should be identical between Makefile.tpl and Makefile.in.
> You should be able to hand-tweak them both.
> 
> If you want to post a patch, I'll apply it.  Please include
> gcc-patches@gcc.gnu.org so I can do that side also.

I think I found the right place.  Andrew


[-- Attachment #2: diffs --]
[-- Type: text/plain, Size: 1549 bytes --]

2002-12-08  Andrew Cagney  <ac131313@redhat.com>

	* Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
	* Makefile.in (all-sim): Ditto.

Index: Makefile.tpl
===================================================================
RCS file: /cvs/src/src/Makefile.tpl,v
retrieving revision 1.24
diff -u -r1.24 Makefile.tpl
--- Makefile.tpl	6 Dec 2002 20:11:59 -0000	1.24
+++ Makefile.tpl	8 Dec 2002 22:01:36 -0000
@@ -1312,7 +1312,7 @@
 install-itcl: maybe-install-tcl
 all-sid: maybe-all-tcl maybe-all-tk
 install-sid: maybe-install-tcl maybe-install-tk
-all-sim: maybe-all-libiberty maybe-all-bfd maybe-all-opcodes maybe-all-readline
+all-sim: maybe-all-libiberty maybe-all-bfd maybe-all-opcodes maybe-all-readline maybe-configure-gdb
 configure-tk: maybe-configure-tcl
 all-tk: maybe-all-tcl
 configure-tix: maybe-configure-tcl maybe-configure-tk
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/Makefile.in,v
retrieving revision 1.90
diff -u -r1.90 Makefile.in
--- Makefile.in	6 Dec 2002 20:11:59 -0000	1.90
+++ Makefile.in	8 Dec 2002 22:11:14 -0000
@@ -7707,7 +7707,7 @@
 install-itcl: maybe-install-tcl
 all-sid: maybe-all-tcl maybe-all-tk
 install-sid: maybe-install-tcl maybe-install-tk
-all-sim: maybe-all-libiberty maybe-all-bfd maybe-all-opcodes maybe-all-readline
+all-sim: maybe-all-libiberty maybe-all-bfd maybe-all-opcodes maybe-all-readline maybe-configure-gdb
 configure-tk: maybe-configure-tcl
 all-tk: maybe-all-tcl
 configure-tix: maybe-configure-tcl maybe-configure-tk

  reply	other threads:[~2002-12-08 22:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-07 12:50 Andrew Cagney
2002-12-08  1:42 ` DJ Delorie
2002-12-08 14:32   ` Andrew Cagney [this message]
2002-12-08 14:53     ` DJ Delorie
2002-12-08 14:41 ` Nathanael Nerode

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=3DF3C4C3.6030809@redhat.com \
    --to=ac131313@redhat.com \
    --cc=dj@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=gdb-patches@sources.redhat.com \
    --cc=neroden@twcny.rr.com \
    /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