From: Trevor Woerner <[email protected]> With the new --cmd option any arbitrary command can be applied to all modules, not just building.
Signed-off-by: Trevor Woerner <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
