1
0
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:
Martine Lenders 2016-09-12 16:59:59 +02:00 committed by GitHub
commit 55a08aeb59

View File

@ -80,6 +80,8 @@ else
OPEN := xdg-open
endif
QUIET ?= 1
ifeq ($(QUIET),1)
AD=@
MAKEFLAGS += --no-print-directory