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:
Fam Zheng 2016-06-01 12:25:15 +08:00
parent 4485b04be9
commit 2f4e4dc237
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
COMMA := ,
# Don't use implicit rules or variables
# we have explicit rules for everything
MAKEFLAGS += -rR