chiark
/
gitweb
/
~mdw
/
distorted-chroot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1cad1a5
)
Makefile: Float `V' along with the other configuration variables
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 18 Jun 2024 22:37:09 +0000
(23:37 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 18 Jun 2024 22:37:09 +0000
(23:37 +0100)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index b09df97752b7780eaf992ffdfda9f905c75e9381..c4670ac02384b9a8f157020c627e5e80122f9e79 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-35,6
+35,9
@@
check::
CONFIG_VARS =
CONFIG_VARS =
+## Make verbosity.
+V = 0
+
## Level of pickiness to aspire to.
NOTIFY_FATAL = 1
## Level of pickiness to aspire to.
NOTIFY_FATAL = 1
@@
-246,7
+249,6
@@
_force:
comma = ,
## Silent-rules machinery.
comma = ,
## Silent-rules machinery.
-V = 0
V_AT = $(V_AT_$V)
V_AT_0 = @
v_print = $(call v_print_$V,$1,$2)
V_AT = $(V_AT_$V)
V_AT_0 = @
v_print = $(call v_print_$V,$1,$2)