1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

Merge pull request #16513 from miri64/make/enh/isolate-MORE_QUIET

make: introduce QUIETER
This commit is contained in:
Martine Lenders 2021-06-03 16:48:33 +02:00 committed by GitHub
commit 5d7477fa5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -275,6 +275,7 @@ else
endif
QUIET ?= 1
QUIETER ?= 0
ifeq ($(QUIET),1)
Q=@
@ -283,8 +284,6 @@ else
Q=
endif
QQ=
# Set this to 1 to enable code in RIOT that does safety checking
# which is not needed in a production environment but helps in the
# development process:
@ -482,7 +481,13 @@ ifeq ($(RIOT_CI_BUILD),1)
RIOTNOLINK:=1
endif
# be more quiet when building for CI
QQ:=@
QUIETER=1
endif
ifeq ($(QUIETER),1)
QQ=@
else
QQ=
endif
# if you want to publish the board into the sources as an uppercase #define