[PATCH build 01/10] Prettier failed component listing.
Gaetan Nadon
memsize at videotron.ca
Sat Sep 18 16:44:58 PDT 2010
On Sat, 2010-09-18 at 16:10 -0400, Trevor Woerner wrote:
> @@ -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 "
> else
> exit 1
> fi
> @@ -199,7 +199,7 @@ build() {
> clone $1 $2
> if [ $? -ne 0 ]; then
> echo "Failed to clone $1 module component $2. Ignoring."
> - clonefailed_components="$clonefailed_components $1/$2"
> + clonefailed_components+="$1/$2 "
> if [ -n "$BUILD_ONE" ]; then
> exit 1
> fi
> @@ -214,7 +214,7 @@ build() {
>
> if [ -z "$SRCDIR" ]; then
> echo "$1 module component $2 does not exist, skipping."
> - nonexistent_components="$nonexistent_components $1/$2"
> + nonexistent_components+="$1/$2 "
> return
> fi
>
The above changes do not seem to be related to the commit message which
claims a nice format at the end of the build.
Put in a separate patch.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg-devel/attachments/20100918/442c032b/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <http://lists.x.org/archives/xorg-devel/attachments/20100918/442c032b/attachment.pgp>
More information about the xorg-devel
mailing list