aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-10-07 22:01:39 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-10-08 11:24:22 +0300
commit749179340193d4fd0985f11dba0333ebac0516ec (patch)
treea0d2671eb5641b3005b4615539d3ac993d4b0c5c /build.sh
parent7011a282149b4ce3aa193001de65f975e615464b (diff)
Suppress loading of default options files in build scripts
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index a1ba1cf..58d944a 100755
--- a/build.sh
+++ b/build.sh
@@ -326,6 +326,17 @@ if test -n "$verbose"; then
verbose="--verbose $verbose"
fi
+# Suppress loading of default options files.
+#
+BUILD2_DEF_OPT="0"
+export BUILD2_DEF_OPT
+
+BPKG_DEF_OPT="0"
+export BPKG_DEF_OPT
+
+BDEP_DEF_OPT="0"
+export BDEP_DEF_OPT
+
# Bootstrap, stage 1.
#
run cd build2