From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1601 invoked by alias); 30 Jul 2009 21:13:48 -0000 Received: (qmail 1592 invoked by uid 22791); 30 Jul 2009 21:13:47 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_33,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.gmx.net (HELO mail.gmx.net) (213.165.64.20) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Thu, 30 Jul 2009 21:13:39 +0000 Received: (qmail invoked by alias); 30 Jul 2009 21:13:36 -0000 Received: from xdsl-87-78-161-251.netcologne.de (EHLO localhost.localdomain) [87.78.161.251] by mail.gmx.net (mp028) with SMTP; 30 Jul 2009 23:13:36 +0200 Received: from ralf by localhost.localdomain with local (Exim 4.69) (envelope-from ) id 1MWcwS-00085P-7E for gdb-patches@sourceware.org; Thu, 30 Jul 2009 23:13:36 +0200 Date: Thu, 30 Jul 2009 21:28:00 -0000 From: Ralf Wildenhues To: gdb-patches@sourceware.org Subject: Re: datarootdir fixes Message-ID: <20090730211334.GE24465@gmx.de> References: <20090728182639.GB3279@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090728182639.GB3279@gmx.de> User-Agent: Mutt/1.5.20 (2009-06-15) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-07/txt/msg00752.txt.bz2 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 * Makefile.in (datarootdir): New variable. sim/common/ChangeLog: 2009-07-28 Ralf Wildenhues * Makefile.in (datarootdir): New variable. sim/igen/ChangeLog: 2009-07-28 Ralf Wildenhues * Makefile.in (datarootdir): New variable. sim/ppc/ChangeLog: 2009-07-28 Ralf Wildenhues * 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