mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 01:53:51 +01:00
Makefile.buildtests: Fix typo QUITE -> QUIET
This commit is contained in:
parent
662076e150
commit
0fe461f1e4
@ -288,7 +288,7 @@ endif
|
|||||||
info-concurrency:
|
info-concurrency:
|
||||||
@echo "$(NPROC)"
|
@echo "$(NPROC)"
|
||||||
|
|
||||||
info-files: QUITE := 0
|
info-files: QUIET := 0
|
||||||
info-files:
|
info-files:
|
||||||
@( \
|
@( \
|
||||||
echo "$(abspath $(shell echo "$(MAKEFILE_LIST)"))" | tr ' ' '\n'; \
|
echo "$(abspath $(shell echo "$(MAKEFILE_LIST)"))" | tr ' ' '\n'; \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user