changeset 727:cc0b6deda270

Cosmetic improvement, have === bars show stage name.
author Rob Landley <rob@landley.net>
date Mon, 11 May 2009 01:05:52 -0500
parents db5cb617339a
children 14b9373956a7
files sources/functions.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/functions.sh	Thu May 07 19:09:56 2009 -0500
+++ b/sources/functions.sh	Mon May 11 01:05:52 2009 -0500
@@ -317,7 +317,7 @@
 
   # Announce package, with easy-to-grep-for "===" marker.
 
-  echo "=== Building $PACKAGE ($ARCH_NAME)"
+  echo "=== Building $PACKAGE ($ARCH_NAME $STAGE_NAME)"
   echo "Snapshot '$PACKAGE'..."
   cd "${WORK}" || dienow
   if [ $# -lt 3 ]