[PATCH modular 3/3] Generalize progress message.

Trevor Woerner twoerner at gmail.com
Mon Sep 27 20:20:53 PDT 2010


From: Trevor Woerner <twoerner at gmail.com>

With the new --cmd option any arbitrary command can be applied
to all modules, not just building.

Signed-off-by: Trevor Woerner <twoerner at gmail.com>
---
 build.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/build.sh b/build.sh
index 79f7fee..816c81d 100755
--- a/build.sh
+++ b/build.sh
@@ -218,7 +218,7 @@ build() {
         return
     fi
 
-    echo "Building $1 module component $2..."
+    echo "Processing module/component $1/$2"
 
     if [ X"$BUILT_MODULES_FILE" != X ]; then
         echo "$1/$2" >> $BUILT_MODULES_FILE
-- 
1.7.3



More information about the xorg-devel mailing list