aboutsummaryrefslogtreecommitdiff
path: root/lib/globals.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2014-07-02 23:51:51 +0100
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2014-07-02 23:51:51 +0100
commitdbe743b1aa1e4ec196ce2c3be5b0f156b93c4738 (patch)
treeba5d8b73d1fb5e1cce51ba976e06044f6df0e610 /lib/globals.sh
parent9f8d59cf83076734b8118a75e9373f4078265e03 (diff)
Set defaults for options at configure-time
Allow --enable-FEATURE and --disable-FEATURE configure options to set defaults for bootstrap, alltests, install, schroot_test, and supdate options. Runtime --enable FOO and --disable FOO options now accept all of the above values and override configure-time defaults. Change-Id: Ibf81b7a4774c0b9d1cbb02a19b87fff9a4dc85aa
Diffstat (limited to 'lib/globals.sh')
-rw-r--r--lib/globals.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/globals.sh b/lib/globals.sh
index 84f59005..590323b5 100644
--- a/lib/globals.sh
+++ b/lib/globals.sh
@@ -85,13 +85,7 @@ network=""
runtests=no
ccache=no
-# These are flags for the --enable option to cbuild, which are disabled by default
-bootstrap=no
-alltests=no
-# These are flags for the --disable option to cbuild, which are enabled by default
-install=yes
release=""
-supdate=yes
if test x"${BUILD_NUMBER}" = x; then
export BUILD_NUMBER=${RANDOM}