[U-Boot] [PATCH] MAKEALL: Add -l option to only list build targets

Marek Vasut marek.vasut at gmail.com
Sat Dec 3 09:23:28 CET 2011


> On Saturday 03 December 2011 02:32:03 Marek Vasut wrote:
> > +	if [ "$ONLY_LIST" == 'y' ] ; then return ; fi
> 
> [ "$ONLY_LIST" = "y" ] && return
> -mike

I prefer to be explicit.
M


More information about the U-Boot mailing list