[PATCH modular 02/10] Provide earlier module/component title.

Trevor Woerner twoerner at gmail.com
Thu Sep 30 14:26:26 PDT 2010


From: Trevor Woerner <twoerner at gmail.com>

I would like to see the module/component title appear
before the configuration/clone step.

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

diff --git a/build.sh b/build.sh
index f73142c..3a57561 100755
--- a/build.sh
+++ b/build.sh
@@ -206,6 +206,8 @@ build() {
 	fi
     fi
 
+    module_title $1 $2
+
     SRCDIR=""
     CONFCMD=""
     if [ -f $1/$2/autogen.sh ]; then
@@ -234,8 +236,6 @@ build() {
         return
     fi
 
-    module_title $1 $2
-
     if [ X"$BUILT_MODULES_FILE" != X ]; then
         echo "$1/$2" >> $BUILT_MODULES_FILE
     fi
-- 
1.7.3.1.45.g9855b



More information about the xorg-devel mailing list