From: Trevor Woerner <[email protected]> I would like to see the module/component title appear before the configuration/clone step.
Signed-off-by: Trevor Woerner <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
