wok-stable diff gcc/receipt @ rev 8615

Fix: replace exit 1 by return 1 in receipts (exit broke cook-list function)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Feb 14 19:09:46 2011 +0100 (2011-02-14)
parents 4dfa82341af1
children 822f56c3e541
line diff
     1.1 --- a/gcc/receipt	Thu Jan 27 00:20:49 2011 +0100
     1.2 +++ b/gcc/receipt	Mon Feb 14 19:09:46 2011 +0100
     1.3 @@ -106,7 +106,7 @@
     1.4  {
     1.5  	# Use libiberty.a from binutils.
     1.6  	sed -i 's/install_to_$(INSTALL_DEST) //' \
     1.7 -		$PACKAGE-$VERSION/libiberty/Makefile.in || exit 1
     1.8 +		$PACKAGE-$VERSION/libiberty/Makefile.in || return 1
     1.9  	mkdir -p gcc-build && cd gcc-build
    1.10  	$src/configure --enable-nls \
    1.11  	--enable-languages=c,c++,objc,fortran --enable-shared --with-system-zlib \