[PATCH v2] powerpc: Do not fail build if mkimage is not available

Andreas Schwab schwab at suse.de
Thu Dec 27 03:03:43 EST 2007


Michael Buesch <mb at bu3sch.de> writes:

> +    set +e
>      mkimage -A ppc -O linux -T kernel -C gzip -a 00000000 -e 00000000 \
>  	$uboot_version -d "$vmz" "$ofile"
> +    [ $? -eq 0 ] || exit 0
> +    set -e

mkimage ... || exit 0

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab at suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



More information about the Linuxppc-dev mailing list