From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25028 invoked by alias); 10 May 2003 09:49:45 -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 25011 invoked from network); 10 May 2003 09:49:44 -0000 Received: from unknown (HELO aragorn.inter.net.il) (192.114.186.23) by sources.redhat.com with SMTP; 10 May 2003 09:49:44 -0000 Received: from zaretsky (cable-130-147.inter.net.il [213.8.130.147]) by aragorn.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id AOH61794; Sat, 10 May 2003 12:49:11 +0300 (IDT) Date: Sat, 10 May 2003 09:49:00 -0000 From: "Eli Zaretskii" To: hjl@lucon.org Message-Id: <2593-Sat10May2003124532+0300-eliz@elta.co.il> CC: gdb-patches@sources.redhat.com In-reply-to: <20030509122434.A5769@lucon.org> (hjl@lucon.org) Subject: Re: PATCH: Make sure gdb-cfg.texi is created Reply-to: Eli Zaretskii References: <20030509122434.A5769@lucon.org> X-SW-Source: 2003-05/txt/msg00157.txt.bz2 > Date: Fri, 9 May 2003 12:24:34 -0700 > From: "H. J. Lu" > > + ln -s ${srcdir}/${DOC_CONFIG}-cfg.texi gdb-cfg.texi && \ > + test -e gdb-cfg.texi) || \ Is the `-e' option a standard option of `test' in the shell, or is it some kind of extension? I don't think we should use it unless it is standard.