mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
rules.mak: Add "COMMA" constant
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
This commit is contained in:
parent
4485b04be9
commit
2f4e4dc237
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
|
||||
COMMA := ,
|
||||
|
||||
# Don't use implicit rules or variables
|
||||
# we have explicit rules for everything
|
||||
MAKEFLAGS += -rR
|
||||
|
|
Loading…
Reference in a new issue