From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11364 invoked by alias); 9 May 2003 20:42:13 -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 11339 invoked from network); 9 May 2003 20:42:12 -0000 Received: from unknown (HELO crack.them.org) (146.82.138.56) by sources.redhat.com with SMTP; 9 May 2003 20:42:12 -0000 Received: from nevyn.them.org ([66.93.61.169] ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 19EEhN-0004b8-00; Fri, 09 May 2003 15:42:33 -0500 Received: from drow by nevyn.them.org with local (Exim 3.36 #1 (Debian)) id 19EEgt-0007Pu-00; Fri, 09 May 2003 16:42:03 -0400 Date: Fri, 09 May 2003 20:42:00 -0000 From: Daniel Jacobowitz To: "H. J. Lu" Cc: GDB Subject: Re: PATCH: Make sure gdb-cfg.texi is created Message-ID: <20030509204203.GA28493@nevyn.them.org> Mail-Followup-To: "H. J. Lu" , GDB References: <20030509122434.A5769@lucon.org> <20030509193206.GA1189@nevyn.them.org> <20030509125943.A6257@lucon.org> <20030509200643.GA22341@nevyn.them.org> <20030509131049.A6435@lucon.org> <20030509201835.GA27906@nevyn.them.org> <20030509133511.A6844@lucon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030509133511.A6844@lucon.org> User-Agent: Mutt/1.5.1i X-SW-Source: 2003-05/txt/msg00145.txt.bz2 On Fri, May 09, 2003 at 01:35:11PM -0700, H. J. Lu wrote: > On Fri, May 09, 2003 at 04:18:35PM -0400, Daniel Jacobowitz wrote: > > Maybe I'm missing something obvious. The link will be created to point > > at /export/gnu/src/gdb/gdb/gdb/doc/all-cfg.texi. Whether > > ../../../../../import/gdb/src/gdb/doc/all-cfg.texi exists from that > > directory does not matter. It will be resolved from the directory > > containing the second symlink. > > > > It is a typo. That makes more sense. Please check this in if you haven't already. > 2003-05-09 H.J. Lu > > * Makefile.in (gdb-cfg.texi): Fix a typo. > > --- gdb/doc/Makefile.in.link 2003-04-02 16:40:17.000000000 -0800 > +++ gdb/doc/Makefile.in 2003-05-09 13:33:23.000000000 -0700 > @@ -245,7 +245,7 @@ GDBvn.texi : ${gdbdir}/version.in > # not one for their binary config---which may not be specifically > # defined anyways). > gdb-cfg.texi: ${srcdir}/${DOC_CONFIG}-cfg.texi > - (test "$$LN_S" = "ln -s" && \ > + (test "$(LN_S)" = "ln -s" && \ > ln -s ${srcdir}/${DOC_CONFIG}-cfg.texi gdb-cfg.texi) || \ > ln ${srcdir}/${DOC_CONFIG}-cfg.texi gdb-cfg.texi || \ > cp ${srcdir}/${DOC_CONFIG}-cfg.texi gdb-cfg.texi -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer