From 3607219f69ec02febd7e0f9b77e2e6f34944c064 Mon Sep 17 00:00:00 2001 From: Roland Clobus Date: Wed, 29 May 2019 14:32:27 +0200 Subject: Do not store _QUIET in the configuration file, otherwise the overrides in the command line get ignored. Adds a documentation line for the other command line options as well. --- scripts/build/config | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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}" -- cgit v1.2.3