Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Re: datarootdir fixes
       [not found] <20090728182639.GB3279@gmx.de>
@ 2009-07-30 21:28 ` Ralf Wildenhues
  2009-07-31  8:53   ` Tom Tromey
  0 siblings, 1 reply; 2+ messages in thread
From: Ralf Wildenhues @ 2009-07-30 21:28 UTC (permalink / raw)
  To: gdb-patches

I forgot to Cc: gdb-patches on this trivial patch for sim/ so ok?

Thanks,
Ralf

* Ralf Wildenhues wrote on the binutils list on Tue, Jul 28, 2009:
> OK to push this trivial patch that avoids datarootdir-related warnings
> once we use Autoconf 2.64?  This patch is a no-op for 2.59.

> I'd like to keep this separate from the changes that do interact with
> the autotools switch (removing --with-datarootdir and such).

sim/ChangeLog:
2009-07-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	* Makefile.in (datarootdir): New variable.

sim/common/ChangeLog:
2009-07-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	* Makefile.in (datarootdir): New variable.

sim/igen/ChangeLog:
2009-07-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	* Makefile.in (datarootdir): New variable.

sim/ppc/ChangeLog:
2009-07-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	* Makefile.in (datarootdir): New variable.

diff --git a/sim/Makefile.in b/sim/Makefile.in
index 75aadfc..d082110 100644
--- a/sim/Makefile.in
+++ b/sim/Makefile.in
@@ -31,6 +31,7 @@ bindir = @bindir@
 libdir = @libdir@
 tooldir = $(libdir)/$(target_alias)
 
+datarootdir = @datarootdir@
 datadir = @datadir@
 mandir = @mandir@
 man1dir = $(mandir)/man1
diff --git a/sim/common/Makefile.in b/sim/common/Makefile.in
index 1e5fb3a..be7525d 100644
--- a/sim/common/Makefile.in
+++ b/sim/common/Makefile.in
@@ -31,6 +31,7 @@ bindir = @bindir@
 libdir = @libdir@
 tooldir = $(libdir)/$(target_alias)
 
+datarootdir = @datarootdir@
 datadir = @datadir@
 mandir = @mandir@
 man1dir = $(mandir)/man1
diff --git a/sim/igen/Makefile.in b/sim/igen/Makefile.in
index 770d922..d6dfbca 100644
--- a/sim/igen/Makefile.in
+++ b/sim/igen/Makefile.in
@@ -35,6 +35,7 @@ bindir = @bindir@
 libdir = @libdir@
 tooldir = $(libdir)/$(target_alias)
 
+datarootdir = @datarootdir@
 datadir = @datadir@
 mandir = @mandir@
 man1dir = $(mandir)/man1
diff --git a/sim/ppc/Makefile.in b/sim/ppc/Makefile.in
index 911bed4..71c65cf 100644
--- a/sim/ppc/Makefile.in
+++ b/sim/ppc/Makefile.in
@@ -34,6 +34,7 @@ bindir = @bindir@
 libdir = @libdir@
 tooldir = $(libdir)/$(target_alias)
 
+datarootdir = @datarootdir@
 datadir = @datadir@
 mandir = @mandir@
 man1dir = $(mandir)/man1


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

* Re: datarootdir fixes
  2009-07-30 21:28 ` datarootdir fixes Ralf Wildenhues
@ 2009-07-31  8:53   ` Tom Tromey
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Tromey @ 2009-07-31  8:53 UTC (permalink / raw)
  To: Ralf Wildenhues; +Cc: gdb-patches

>>>>> "Ralf" == Ralf Wildenhues <Ralf.Wildenhues@gmx.de> writes:

Ralf> I forgot to Cc: gdb-patches on this trivial patch for sim/ so ok?

This is ok.  Thanks.

Tom


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

end of thread, other threads:[~2009-07-30 21:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20090728182639.GB3279@gmx.de>
2009-07-30 21:28 ` datarootdir fixes Ralf Wildenhues
2009-07-31  8:53   ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox