]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
add Verbose; Use 'make V=1' to see the full commands
authorMarkham <markham001@gmx.de>
Sat, 24 Mar 2018 17:05:03 +0000 (18:05 +0100)
committerMarkham <markham001@gmx.de>
Sat, 24 Mar 2018 17:05:03 +0000 (18:05 +0100)
make/environment.mk

index d367b41d082eee82f4322b4628e65129dcc7f677..effdb49ad203131eef89b03c5dc36adf7051a3fe 100755 (executable)
@@ -33,6 +33,13 @@ GCC = $(shell gcc -dumpversion | cut -c 1-3)
 
 # default platform...
 MAKEFLAGS             = --no-print-directory
+
+# To put more focus on warnings, be less verbose as default
+# Use 'make V=1' to see the full commands
+ifeq ("$(origin V)", "command line")
+VERBOSE               = $(V)
+endif
+
 # If VERBOSE equals 0 then the above command will be hidden.
 # If VERBOSE equals 1 then the above command is displayed.
 ifeq ($(VERBOSE),1)