From: Fam Zheng Date: Wed, 1 Jun 2016 04:25:15 +0000 (+0800) Subject: rules.mak: Add "COMMA" constant X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2f4e4dc237261c76734d8ae1d8e09d2983d2f1ca;p=qemu.git 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 Message-id: 1464755128-32490-3-git-send-email-famz@redhat.com --- diff --git a/rules.mak b/rules.mak index d1ff311254..4a8f464940 100644 --- 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