Makefile verbose mode: make V=1 as for CMake

This commit is contained in:
Philippe Teuwen
2019-06-02 16:04:35 +02:00
parent a23be5e6b3
commit 742fe16830
9 changed files with 37 additions and 20 deletions

View File

@@ -1,6 +1,8 @@
# Hide full compilation line:
Q?=@
# To see full command lines, use make Q=
ifneq ($(V),1)
Q?=@
endif
# To see full command lines, use make V=1
GZIP=gzip
# Windows' echo echos its input verbatim, on Posix there is some
@@ -77,7 +79,7 @@ help:
@echo "+ checks - Detect various encoding issues in source code"
@echo
@echo "Possible platforms: try \"make PLATFORM=\" for more info, default is PM3RDV4"
@echo "To see full command lines, use make Q="
@echo "To activate verbose mode, use make V=1"
client: client/all