Makefile verbose mode: make V=1 as for CMake
This commit is contained in:
@@ -13,9 +13,10 @@
|
||||
# variables
|
||||
#
|
||||
|
||||
# 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
|
||||
|
||||
# Make sure that all is the default target
|
||||
# (The including Makefile still needs to define what 'all' is)
|
||||
|
||||
@@ -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
|
||||
|
||||
LIB_A = libmbedtls.a
|
||||
mbedtls_SOURCES = \
|
||||
|
||||
Reference in New Issue
Block a user