projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4485b04
)
rules.mak: Add "COMMA" constant
author
Fam Zheng
<famz@redhat.com>
Wed, 1 Jun 2016 04:25:15 +0000
(12:25 +0800)
committer
Fam Zheng
<famz@redhat.com>
Wed, 1 Jun 2016 09:25:50 +0000
(17:25 +0800)
Using "," literal in $(call quiet-command, ...) arguments is awkward.
Add this constant to make it at least doable.
Signed-off-by: Fam Zheng <famz@redhat.com>
Message-id:
1464755128
-32490-3-git-send-email-famz@redhat.com
rules.mak
patch
|
blob
|
history
diff --git
a/rules.mak
b/rules.mak
index d1ff311254948b2f61d91e6eb0befd2fa620e157..4a8f464940bc3b2c611d4a70b760bc5ff06f5954 100644
(file)
--- a/
rules.mak
+++ b/
rules.mak
@@
-1,4
+1,6
@@
+COMMA := ,
+
# Don't use implicit rules or variables
# we have explicit rules for everything
MAKEFLAGS += -rR