mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Add a Makefile comment about how to turn on all messages
This commit is contained in:
8
Makefile
8
Makefile
@@ -2004,6 +2004,14 @@ ifndef EXCLUDE_FROM_CUSTOM_MAKEFILE
|
||||
# V=@: do not echo debug statements (quiet mode)
|
||||
# V=@ echo debug statements (debug / verbose mode)
|
||||
#
|
||||
# To turn all messages, use:
|
||||
#
|
||||
# Q=
|
||||
# H=@
|
||||
# S=
|
||||
# E=
|
||||
# V=@
|
||||
#
|
||||
#Q=
|
||||
Q=@
|
||||
#
|
||||
|
@@ -1411,6 +1411,14 @@ LDFLAGS= ${LD_DEBUG} ${ILDFLAGS} ${LIBCALC_STATIC} ${LIBCUSTCALC_STATIC}
|
||||
# V=@: do not echo debug statements (quiet mode)
|
||||
# V=@ echo debug statements (debug / verbose mode)
|
||||
#
|
||||
# To turn all messages, use:
|
||||
#
|
||||
# Q=
|
||||
# H=@
|
||||
# S=
|
||||
# E=
|
||||
# V=@
|
||||
#
|
||||
#Q=
|
||||
Q=@
|
||||
#
|
||||
|
Reference in New Issue
Block a user