Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
To: gdb-patches@sourceware.org
Subject: Re: datarootdir fixes
Date: Thu, 30 Jul 2009 21:28:00 -0000	[thread overview]
Message-ID: <20090730211334.GE24465@gmx.de> (raw)
In-Reply-To: <20090728182639.GB3279@gmx.de>

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


       reply	other threads:[~2009-07-30 21:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20090728182639.GB3279@gmx.de>
2009-07-30 21:28 ` Ralf Wildenhues [this message]
2009-07-31  8:53   ` Tom Tromey

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=20090730211334.GE24465@gmx.de \
    --to=ralf.wildenhues@gmx.de \
    --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