[PATCH build 01/10] Prettier failed component listing.
Adrian Bunk
bunk at stusta.de
Sat Sep 18 13:51:59 PDT 2010
On Sat, Sep 18, 2010 at 04:10:52PM -0400, Trevor Woerner wrote:
> From: Trevor Woerner <twoerner at gmail.com>
>
> 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 <twoerner at gmail.com>
>...
> --- 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
More information about the xorg-devel
mailing list