mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #5827 from miri64/make/enh/quiet-per-default
make: build quiet as default
This commit is contained in:
commit
55a08aeb59
@ -80,6 +80,8 @@ else
|
||||
OPEN := xdg-open
|
||||
endif
|
||||
|
||||
QUIET ?= 1
|
||||
|
||||
ifeq ($(QUIET),1)
|
||||
AD=@
|
||||
MAKEFLAGS += --no-print-directory
|
||||
|
Loading…
Reference in New Issue
Block a user