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

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


Michael Buesch <mb at bu3sch.de> writes:

> On Wednesday 26 December 2007 17:03:43 Andreas Schwab wrote:
>> 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
>
> Could you PLEASE increase your verbosity?
> Why is mkimage || exit 0 any better than my test?

Many roads lead to Rome.  Take the one you like most.

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