* [RFA] Makefile.tpl: Add maybe-configure-itcl to configure-gdb
@ 2003-06-18 21:24 Keith Seitz
2003-06-18 21:31 ` Daniel Jacobowitz
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Keith Seitz @ 2003-06-18 21:24 UTC (permalink / raw)
To: binutils, gdb-patches
[-- Attachment #1: Type: text/plain, Size: 536 bytes --]
Hi,
Turns out this build problem has been around for a while. I wasn't
seeing it because I kept an installed version of our tools around. Sure
enough, as soon as I removed the installed version, there was the
problem.
Synopsis: do a "make configure-gdb" when you intend to build insight.
You won't get itcl configured, and consequently, insight won't build.
Keith
ChangeLog
2003-06-18 Keith Seitz <kseitz@sources.redhat.com>
* Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
* Makefile.in: Regenerate.
[-- Attachment #2: itcl.patch --]
[-- Type: text/x-patch, Size: 903 bytes --]
Index: Makefile.tpl
===================================================================
RCS file: /cvs/src/src/Makefile.tpl,v
retrieving revision 1.71
diff -u -p -r1.71 Makefile.tpl
--- Makefile.tpl 17 Jun 2003 21:59:09 -0000 1.71
+++ Makefile.tpl 18 Jun 2003 21:11:24 -0000
@@ -1353,7 +1353,7 @@ all-bootstrap: maybe-all-libiberty maybe
# Host modules specific to gdb.
# GDB needs to know that the simulator is being built.
-configure-gdb: maybe-configure-tcl maybe-configure-tk maybe-configure-sim
+configure-gdb: maybe-configure-itcl maybe-configure-tcl maybe-configure-tk maybe-configure-sim
GDB_TK = @GDB_TK@
all-gdb: maybe-all-libiberty maybe-all-opcodes maybe-all-bfd maybe-all-mmalloc maybe-all-readline maybe-all-bison maybe-all-byacc maybe-all-sim $(gdbnlmrequirements) $(GDB_TK)
install-gdb: maybe-install-tcl maybe-install-tk maybe-install-itcl maybe-install-tix maybe-install-libgui
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [RFA] Makefile.tpl: Add maybe-configure-itcl to configure-gdb
2003-06-18 21:24 [RFA] Makefile.tpl: Add maybe-configure-itcl to configure-gdb Keith Seitz
@ 2003-06-18 21:31 ` Daniel Jacobowitz
2003-06-18 21:35 ` Keith Seitz
2003-06-18 21:58 ` DJ Delorie
2003-06-23 21:40 ` Keith Seitz
2003-06-25 4:05 ` [6.0 PATCH] " Keith Seitz
2 siblings, 2 replies; 7+ messages in thread
From: Daniel Jacobowitz @ 2003-06-18 21:31 UTC (permalink / raw)
To: Keith Seitz; +Cc: binutils, gdb-patches, gcc-patches
On Wed, Jun 18, 2003 at 02:24:48PM -0700, Keith Seitz wrote:
> Hi,
>
> Turns out this build problem has been around for a while. I wasn't
> seeing it because I kept an installed version of our tools around. Sure
> enough, as soon as I removed the installed version, there was the
> problem.
>
> Synopsis: do a "make configure-gdb" when you intend to build insight.
> You won't get itcl configured, and consequently, insight won't build.
This is OK. It should be committed in gcc/ at the same time; if you
don't have write access I guess DJ's sync scripts will pick it up?
>
> Keith
>
> ChangeLog
> 2003-06-18 Keith Seitz <kseitz@sources.redhat.com>
>
> * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
> * Makefile.in: Regenerate.
>
>
> Index: Makefile.tpl
> ===================================================================
> RCS file: /cvs/src/src/Makefile.tpl,v
> retrieving revision 1.71
> diff -u -p -r1.71 Makefile.tpl
> --- Makefile.tpl 17 Jun 2003 21:59:09 -0000 1.71
> +++ Makefile.tpl 18 Jun 2003 21:11:24 -0000
> @@ -1353,7 +1353,7 @@ all-bootstrap: maybe-all-libiberty maybe
>
> # Host modules specific to gdb.
> # GDB needs to know that the simulator is being built.
> -configure-gdb: maybe-configure-tcl maybe-configure-tk maybe-configure-sim
> +configure-gdb: maybe-configure-itcl maybe-configure-tcl maybe-configure-tk maybe-configure-sim
> GDB_TK = @GDB_TK@
> all-gdb: maybe-all-libiberty maybe-all-opcodes maybe-all-bfd maybe-all-mmalloc maybe-all-readline maybe-all-bison maybe-all-byacc maybe-all-sim $(gdbnlmrequirements) $(GDB_TK)
> install-gdb: maybe-install-tcl maybe-install-tk maybe-install-itcl maybe-install-tix maybe-install-libgui
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [RFA] Makefile.tpl: Add maybe-configure-itcl to configure-gdb
2003-06-18 21:31 ` Daniel Jacobowitz
@ 2003-06-18 21:35 ` Keith Seitz
2003-06-18 22:02 ` DJ Delorie
2003-06-18 21:58 ` DJ Delorie
1 sibling, 1 reply; 7+ messages in thread
From: Keith Seitz @ 2003-06-18 21:35 UTC (permalink / raw)
To: binutils, gdb-patches; +Cc: dj
On Wed, 2003-06-18 at 14:27, Daniel Jacobowitz wrote:
> This is OK. It should be committed in gcc/ at the same time; if you
> don't have write access I guess DJ's sync scripts will pick it up?
I do not have access to gcc.
Aside: I presume the MAINTAINERS file needs to be updated so that it
mentions Makefile.tpl and the real procedure for getting patches to it
approved...
Keith
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [RFA] Makefile.tpl: Add maybe-configure-itcl to configure-gdb
2003-06-18 21:35 ` Keith Seitz
@ 2003-06-18 22:02 ` DJ Delorie
0 siblings, 0 replies; 7+ messages in thread
From: DJ Delorie @ 2003-06-18 22:02 UTC (permalink / raw)
To: keiths; +Cc: binutils, gdb-patches
> I do not have access to gcc.
I'll apply the patches when I see them.
> Aside: I presume the MAINTAINERS file needs to be updated so that it
> mentions Makefile.tpl and the real procedure for getting patches to
> it approved...
The "real procedure" has never been approved. The sync only works
because there's enough people who happen to have the right privs in
the right projects to make it happen manually.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [RFA] Makefile.tpl: Add maybe-configure-itcl to configure-gdb
2003-06-18 21:31 ` Daniel Jacobowitz
2003-06-18 21:35 ` Keith Seitz
@ 2003-06-18 21:58 ` DJ Delorie
1 sibling, 0 replies; 7+ messages in thread
From: DJ Delorie @ 2003-06-18 21:58 UTC (permalink / raw)
To: drow; +Cc: keiths, binutils, gdb-patches, gcc-patches
> This is OK. It should be committed in gcc/ at the same time; if you
> don't have write access I guess DJ's sync scripts will pick it up?
My scripts notice that there's a difference, but they still have to be
manually applied.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [RFA] Makefile.tpl: Add maybe-configure-itcl to configure-gdb
2003-06-18 21:24 [RFA] Makefile.tpl: Add maybe-configure-itcl to configure-gdb Keith Seitz
2003-06-18 21:31 ` Daniel Jacobowitz
@ 2003-06-23 21:40 ` Keith Seitz
2003-06-25 4:05 ` [6.0 PATCH] " Keith Seitz
2 siblings, 0 replies; 7+ messages in thread
From: Keith Seitz @ 2003-06-23 21:40 UTC (permalink / raw)
To: binutils; +Cc: gdb-patches
On Wed, 2003-06-18 at 14:24, Keith Seitz wrote:
> ChangeLog
> 2003-06-18 Keith Seitz <kseitz@sources.redhat.com>
>
> * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
> * Makefile.in: Regenerate.
I've committed this patch.
Keith
^ permalink raw reply [flat|nested] 7+ messages in thread
* [6.0 PATCH] Makefile.tpl: Add maybe-configure-itcl to configure-gdb
2003-06-18 21:24 [RFA] Makefile.tpl: Add maybe-configure-itcl to configure-gdb Keith Seitz
2003-06-18 21:31 ` Daniel Jacobowitz
2003-06-23 21:40 ` Keith Seitz
@ 2003-06-25 4:05 ` Keith Seitz
2 siblings, 0 replies; 7+ messages in thread
From: Keith Seitz @ 2003-06-25 4:05 UTC (permalink / raw)
To: gdb-patches
On Wed, 2003-06-18 at 14:24, Keith Seitz wrote:
> ChangeLog
> 2003-06-18 Keith Seitz <kseitz@sources.redhat.com>
>
> * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
> * Makefile.in: Regenerate.
I've committed the same patch to the 6.0 branch.
Thanks to Andrew for the reminder.
Keith
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2003-06-25 4:05 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-18 21:24 [RFA] Makefile.tpl: Add maybe-configure-itcl to configure-gdb Keith Seitz
2003-06-18 21:31 ` Daniel Jacobowitz
2003-06-18 21:35 ` Keith Seitz
2003-06-18 22:02 ` DJ Delorie
2003-06-18 21:58 ` DJ Delorie
2003-06-23 21:40 ` Keith Seitz
2003-06-25 4:05 ` [6.0 PATCH] " Keith Seitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox