chiark
/
gitweb
/
~mdw
/
distorted-chroot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Makefile: Float `V' along with the other configuration variables
[distorted-chroot]
/
Makefile
diff --git
a/Makefile
b/Makefile
index b09df97752b7780eaf992ffdfda9f905c75e9381..c4670ac02384b9a8f157020c627e5e80122f9e79 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-35,6
+35,9
@@
check::
CONFIG_VARS =
+## Make verbosity.
+V = 0
+
## Level of pickiness to aspire to.
NOTIFY_FATAL = 1
@@
-246,7
+249,6
@@
_force:
comma = ,
## Silent-rules machinery.
-V = 0
V_AT = $(V_AT_$V)
V_AT_0 = @
v_print = $(call v_print_$V,$1,$2)