mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-07 10:53:17 +02:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
ifndef VERBOSE
|
ifneq ($(VERBOSE),true)
|
||||||
.SILENT:
|
.SILENT:
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# responsible for determining which folder is being used and doing the
|
# responsible for determining which folder is being used and doing the
|
||||||
# corresponding environment setup.
|
# corresponding environment setup.
|
||||||
|
|
||||||
ifndef VERBOSE
|
ifneq ($(VERBOSE),true)
|
||||||
.SILENT:
|
.SILENT:
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
ifndef VERBOSE
|
ifneq ($(VERBOSE),true)
|
||||||
.SILENT:
|
.SILENT:
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
@@ -113,9 +113,6 @@ class BuildTarget:
|
|||||||
'builddefs/build_keyboard.mk',
|
'builddefs/build_keyboard.mk',
|
||||||
]
|
]
|
||||||
|
|
||||||
if not cli.config.general.verbose:
|
|
||||||
compile_args.append('-s')
|
|
||||||
|
|
||||||
verbose = 'true' if cli.config.general.verbose else 'false'
|
verbose = 'true' if cli.config.general.verbose else 'false'
|
||||||
color = 'true' if cli.config.general.color else 'false'
|
color = 'true' if cli.config.general.color else 'false'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user