aboutsummaryrefslogtreecommitdiff
path: root/lib/globals.sh
diff options
context:
space:
mode:
authorRyan S. Arnold <ryan.arnold@linaro.org>2014-02-03 17:14:15 -0600
committerRyan S. Arnold <ryan.arnold@linaro.org>2014-02-03 17:14:15 -0600
commitfdd56258f3ac472d3b0606fa82934f7a21b2b515 (patch)
tree21215c74d822f23891b5e6a1eac3e63d4554a39a /lib/globals.sh
parentcb3caeb1863ff9afb1356852f201497b1b54257a (diff)
cbuild2.sh: Add --enable bootstrap and cleanup --disable.
Also add toplevel test.sh tests for --enable bootstrap and --disable install. Change-Id: I499901994433b408b251d40cc1c695625fe84c7b
Diffstat (limited to 'lib/globals.sh')
-rw-r--r--lib/globals.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/globals.sh b/lib/globals.sh
index 1336d653..7738c3d7 100644
--- a/lib/globals.sh
+++ b/lib/globals.sh
@@ -69,10 +69,9 @@ network=""
runtests=no
ccache=no
-# These are flags for the --disable option to cbuild, which are enabled by default
+# These are flags for the --enable option to cbuild, which are disabled by default
bootstrap=no
-makecheck=no
-tarballs=no
+# These are flags for the --disable option to cbuild, which are enabled by default
install=yes
release=""