summaryrefslogtreecommitdiff
path: root/rules/pretty_commands.mk
blob: f7576e171fcf41179f015f9340a598aa2837f340 (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