diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-10-07 22:01:39 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-10-08 11:24:22 +0300 |
commit | 749179340193d4fd0985f11dba0333ebac0516ec (patch) | |
tree | a0d2671eb5641b3005b4615539d3ac993d4b0c5c /build.sh | |
parent | 7011a282149b4ce3aa193001de65f975e615464b (diff) |
Suppress loading of default options files in build scripts
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |