[PATCH build 4/6] Document '-l' command-line option.

Trevor Woerner twoerner at gmail.com
Wed Sep 8 07:36:29 PDT 2010


From: Trevor Woerner <twoerner at gmail.com>

Add this option to the usage display.

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

diff --git a/build.sh b/build.sh
index 25d0f04..a01cb4c 100755
--- a/build.sh
+++ b/build.sh
@@ -740,6 +740,7 @@ usage() {
     echo "           file can be used for resuming with -r."
     echo "  -g : build with debug information"
     echo "  -h | --help : display this help and exit successfully"
+    echo "  -l : build libraries only (i.e. no drivers, no docs, etc.)"
     echo "  -n : do not quit after error; just print error message"
     echo "  -o module/component : build just this component"
     echo "  -p : run git pull on each component"
-- 
1.7.1



More information about the xorg-devel mailing list