summaryrefslogtreecommitdiff
path: root/rules/pretty_commands.mk
blob: cfd7fac2b6a5ea11619bc295b7958792c7e6d0d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
ifneq ($(V),1)
cmd = @echo '  $(if $(label_$1),$(label_$1),$1) $@'; "$($1)"
else
cmd = "$($1)"
endif

label_ALEX=ALEX
label_HAPPY=HAPPY
label_HSC2HS_INPLACE=HSC2HS