From fbb39e70c36e90510c99380ddad0161e686c8d68 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 30 Apr 2013 13:22:28 +1000 Subject: [PATCH] Add options help. --- source-builder/sb/options.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source-builder/sb/options.py b/source-builder/sb/options.py index 7769c53..deff2ce 100644 --- a/source-builder/sb/options.py +++ b/source-builder/sb/options.py @@ -191,6 +191,8 @@ class command_line: print '--warn-all : Generate warnings' print '--no-clean : Do not clean up the build tree' print '--always-clean : Always clean the build tree, even with an error' + print '--keep-going : Do not stop on an error.' + print '--regression : Set --no-install, --keep-going and --always-clean' print '--jobs : Run with specified number of jobs, default: num CPUs.' print '--host : Set the host triplet' print '--build : Set the build triplet' @@ -211,7 +213,6 @@ class command_line: print '--libstdcxxflags flags : List of C++ flags to build the target libstdc++ code' print '--with-