diff options
Diffstat (limited to 'scripts/build')
-rwxr-xr-x | scripts/build/config | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/scripts/build/config b/scripts/build/config index 4fb6680b5..a4faa190e 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -996,26 +996,32 @@ LB_TASKSEL="${LB_TASKSEL}" # live-build options # \$_BREAKPOINTS: enable breakpoints +# If set here, overrides the command line option # (Default: ${_BREAKPOINTS}) #_BREAKPOINTS="${_BREAKPOINTS}" # \$_DEBUG: enable debug +# If set here, overrides the command line option # (Default: ${_DEBUG}) #_DEBUG="${_DEBUG}" # \$_COLOR: enable color +# If set here, overrides the command line option # (Default: ${_COLOR}) #_COLOR="${_COLOR}" # \$_FORCE: enable force +# If set here, overrides the command line option # (Default: ${_FORCE}) #_FORCE="${_FORCE}" # \$_QUIET: enable quiet +# If set here, overrides the command line option # (Default: ${_QUIET}) -_QUIET="${_QUIET}" +#_QUIET="${_QUIET}" # \$_VERBOSE: enable verbose +# If set here, overrides the command line option # (Default: ${_VERBOSE}) #_VERBOSE="${_VERBOSE}" |