From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30301 invoked by alias); 11 Jul 2003 17:38:51 -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 30294 invoked from network); 11 Jul 2003 17:38:50 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 11 Jul 2003 17:38:50 -0000 Received: from drow by nevyn.them.org with local (Exim 3.36 #1 (Debian)) id 19b1r7-0007Zt-00; Fri, 11 Jul 2003 13:38:49 -0400 Date: Fri, 11 Jul 2003 17:38:00 -0000 From: Daniel Jacobowitz To: "Theodore A. Roth" Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] sed bug in Makefile.in Message-ID: <20030711173849.GA29103@nevyn.them.org> Mail-Followup-To: "Theodore A. Roth" , gdb-patches@sources.redhat.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.1i X-SW-Source: 2003-07/txt/msg00246.txt.bz2 On Fri, Jul 11, 2003 at 10:14:01AM -0700, Theodore A. Roth wrote: > Hi, > > I just tried to configure and build gdb with: > > ../configure --prefix=$HOME/local/avr --program-suffix=-6.0 --target=avr --enable-gdb-build-warnings=,-Werror > ../configure --prefix=$HOME/local/avr --program-suffix=-6.0 --program-prefix=avr- --target=avr --enable-gdb-build-warnings=,-Werror > > Both failed to install avr-gdb-6.0 which I expected. > > The failure (on 'make install') is this: > > make[1]: Leaving directory > `/home/roth/dev/tools/gdb-6.0-cvs/obj-avr/gdb' > transformed_name=`t='s,$,-6.0,; s,^,avr-,; '; \ > echo gdb | sed -e $t` ; \ > if test "x$transformed_name" = x; then \ > transformed_name=gdb ; \ > else \ > true ; \ > fi ; \ > /bin/sh ../../gdb/../mkinstalldirs /home/roth/local/avr/bin ; \ > /usr/bin/install -c gdb \ > /home/roth/local/avr/bin/$transformed_name ; \ > /bin/sh ../../gdb/../mkinstalldirs \ > /home/roth/local/avr/man/man1 ; \ > /usr/bin/install -c -m 644 ../../gdb/gdb.1 \ > /home/roth/local/avr/man/man1/$transformed_name.1 > sed: can't read s,^,avr-,;: No such file or directory > > > The attached patch seems to fix this. > > Ok to commit? Should probably go on both head and branch. Yes, this is fine. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer