From 749179340193d4fd0985f11dba0333ebac0516ec Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 7 Oct 2020 22:01:39 +0300 Subject: Suppress loading of default options files in build scripts --- build.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'build.sh') 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 -- cgit v1.1