chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2029ddc
)
Makefile: Factor the printing out from `v_tag'.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 8 Dec 2018 13:05:37 +0000
(13:05 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 8 Dec 2018 13:12:13 +0000
(13:12 +0000)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index f8d0d7e6c6955718388e41b26093fad813c3520f..17c536a1b593bdf68582cdf3c4038e6569ea2f05 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-21,10
+21,11
@@
symlink-ok-p = $(shell \
## Silent rules machinery.
V = 0
## Silent rules machinery.
V = 0
-v_tag = $(call v_tag_$V,$1)
-v_tag_0 = @printf " %-8s %s\n" "$1" $(call quote,$@);
V_AT = $(V_AT_$V)
V_AT_0 = @
V_AT = $(V_AT_$V)
V_AT_0 = @
+v_print = $(call v_print_$V,$1,$2)
+v_print_0 = printf " %-8s %s\n" "$1" $(call quote,$2);
+v_tag = $(V_AT)$(call v_print_$V,$1,$@)
## Hack.
relax =
## Hack.
relax =