From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7972 invoked by alias); 3 Sep 2003 16:23:17 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 7920 invoked from network); 3 Sep 2003 16:23:15 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 3 Sep 2003 16:23:15 -0000 Received: from drow by nevyn.them.org with local (Exim 4.22 #1 (Debian)) id 19uaPb-0006bm-5U for ; Wed, 03 Sep 2003 12:23:15 -0400 Date: Wed, 03 Sep 2003 16:23:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: Re: Pass down $(bindir) and $(mandir) Message-ID: <20030903162314.GA22694@nevyn.them.org> Mail-Followup-To: gdb-patches@sources.redhat.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.1i X-SW-Source: 2003-09/txt/msg00017.txt.bz2 On Wed, Sep 03, 2003 at 05:55:45PM +0200, Andreas Schwab wrote: > sim/common/Makefile and sim/ppc/Makefile are using mandir and bindir, > resp., so we should pass them down. OK for HEAD and 6.0 branch? Yes, thank you. > > Andreas. > > 2003-09-03 Andreas Schwab > > * Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir). > > --- sim/Makefile.in.~1.3.~ 2002-09-05 11:17:13.000000000 +0200 > +++ sim/Makefile.in 2003-09-03 16:57:15.000000000 +0200 > @@ -85,6 +85,8 @@ RUNTESTFLAGS= > FLAGS_TO_PASS = \ > "prefix=$(prefix)" \ > "exec_prefix=$(exec_prefix)" \ > + "bindir=$(bindir)" \ > + "mandir=$(mandir)" \ > "against=$(against)" \ > "AR=$(AR)" \ > "AR_FLAGS=$(AR_FLAGS)" \ > > -- > Andreas Schwab, SuSE Labs, schwab@suse.de > SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg > Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 > "And now for something completely different." > -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer