WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH] [GDBSERVER] make gdbbuild exit on error

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH] [GDBSERVER] make gdbbuild exit on error
From: Horms <horms@xxxxxxxxxxxx>
Date: Wed, 6 Sep 2006 09:30:32 +0900
Delivery-date: Wed, 06 Sep 2006 02:23:23 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20060904195344.GB27551@xxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <20060904040738.GA16374@xxxxxxxxxxxx> <20060904195344.GB27551@xxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.13 (2006-08-11)
On Tue, Sep 05, 2006 at 05:53:44AM +1000, Tony Breeds wrote:
> On Mon, Sep 04, 2006 at 01:07:40PM +0900, Horms wrote:
> > If an error occurs, such as wget failing because the site (or proxy)
> > is unavailable, the script will now terminate, rather than trying
> > to soldier on without any real hope of success.
> 
> <snip>
>  
> > +set -x
> > +
> 
> Shouldn't that be '-e' ? to exit

Yes, sorry for the noise.

-- 
Horms
  H: http://www.vergenet.net/~horms/
  W: http://www.valinux.co.jp/en/

[GDBSERVER] make gdbbuild exit on error

If an error occurs, such as wget failing because the site (or proxy)
is unavailable, the script will now terminate, rather than trying
to soldier on without any real hope of success.

mkbuildtree should really get the same treatment, but that
can wait for another day.

Signed-Off-By: Simon Horman <horms@xxxxxxxxxxxx>

 tools/debugger/gdb/gdbbuild |    2 ++
 1 file changed, 2 insertions(+)

--- 0001/tools/debugger/gdb/gdbbuild
+++ work/tools/debugger/gdb/gdbbuild    2006-09-04 13:01:57.000000000 +0900
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 [ "$GDB_MIRROR" ] || GDB_MIRROR="ftp://ftp.gnu.org/gnu/gdb/";
 
 rm -rf gdb-6.2.1 gdb-6.2.1-linux-i386-xen

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>