On Sat, Sep 18, 2010 at 04:10:52PM -0400, Trevor Woerner wrote:
> From: Trevor Woerner <[email protected]>
> 
> If there are components which don't exist, fail to build, or fail to clone
> display them in a nicer format at the end of the build.
> 
> Signed-off-by: Trevor Woerner <[email protected]>
>...
> --- a/build.sh
> +++ b/build.sh
> @@ -68,7 +68,7 @@ clonefailed_components=""
>  failed() {
>      if [ -n "${NOQUIT}" ]; then
>       echo "***** $1 failed on $2/$3"
> -     failed_components="$failed_components $2/$3"
> +     failed_components+="$2/$3 "
>...

This change is:
- not documented and
- buggy (doesn't work with all shells)

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to