<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Sat, 2010-09-18 at 16:10 -0400, Trevor Woerner wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
<TT><FONT COLOR="#1a1a1a">@@ -68,7 +68,7 @@ clonefailed_components=""</FONT></TT><BR>
<TT><FONT COLOR="#1a1a1a"> failed() {</FONT></TT><BR>
<TT><FONT COLOR="#1a1a1a"> if [ -n "${NOQUIT}" ]; then</FONT></TT><BR>
<TT><FONT COLOR="#1a1a1a"> echo "***** $1 failed on $2/$3"</FONT></TT><BR>
<TT><FONT COLOR="#1a1a1a">- failed_components="$failed_components $2/$3"</FONT></TT><BR>
<TT><FONT COLOR="#1a1a1a">+ failed_components+="$2/$3 "</FONT></TT><BR>
<TT><FONT COLOR="#1a1a1a"> else</FONT></TT><BR>
<TT><FONT COLOR="#1a1a1a"> exit 1</FONT></TT><BR>
<TT><FONT COLOR="#1a1a1a"> fi</FONT></TT><BR>
<TT><FONT COLOR="#1a1a1a">@@ -199,7 +199,7 @@ build() {</FONT></TT><BR>
<TT><FONT COLOR="#1a1a1a"> clone $1 $2</FONT></TT><BR>
<TT><FONT COLOR="#1a1a1a"> if [ $? -ne 0 ]; then</FONT></TT><BR>
<TT><FONT COLOR="#1a1a1a"> echo "Failed to clone $1 module component $2. Ignoring."</FONT></TT><BR>
<TT><FONT COLOR="#1a1a1a">- clonefailed_components="$clonefailed_components $1/$2"</FONT></TT><BR>
<TT><FONT COLOR="#1a1a1a">+ clonefailed_components+="$1/$2 "</FONT></TT><BR>
<TT><FONT COLOR="#1a1a1a"> if [ -n "$BUILD_ONE" ]; then</FONT></TT><BR>
<TT><FONT COLOR="#1a1a1a"> exit 1</FONT></TT><BR>
<TT><FONT COLOR="#1a1a1a"> fi</FONT></TT><BR>
<TT><FONT COLOR="#1a1a1a">@@ -214,7 +214,7 @@ build() {</FONT></TT><BR>
<TT><FONT COLOR="#1a1a1a"> </FONT></TT><BR>
<TT><FONT COLOR="#1a1a1a"> if [ -z "$SRCDIR" ]; then</FONT></TT><BR>
<TT><FONT COLOR="#1a1a1a"> echo "$1 module component $2 does not exist, skipping."</FONT></TT><BR>
<TT><FONT COLOR="#1a1a1a">- nonexistent_components="$nonexistent_components $1/$2"</FONT></TT><BR>
<TT><FONT COLOR="#1a1a1a">+ nonexistent_components+="$1/$2 "</FONT></TT><BR>
<TT><FONT COLOR="#1a1a1a"> return</FONT></TT><BR>
<TT><FONT COLOR="#1a1a1a"> fi</FONT></TT><BR>
<BR>
</BLOCKQUOTE>
The above changes do not seem to be related to the commit message which claims a nice format at the end of the build.<BR>
Put in a separate patch.
</BODY>
</HTML>