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

Michael Buesch mb at bu3sch.de
Thu Dec 27 03:08:51 EST 2007


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?

-- 
Greetings Michael.



More information about the Linuxppc-dev mailing list