wmake: Simplified QUIET_MESSAGE function

This commit is contained in:
Henry Weller
2016-11-13 11:19:29 +00:00
parent 8b0ec47566
commit 79081ba3bb
11 changed files with 22 additions and 20 deletions

View File

@ -1,5 +1,5 @@
SUFFIXES += .L
Ltoo = $E $(call QUIET_MESSAGE, " flex++: $(<F)") \
Ltoo = $E $(call QUIET_MESSAGE,flex++,$(<F)) \
$(WM_SCHEDULER) flex -+ -o$(@D)/$(<F).C -f $< $(AND) \
$(CC) $(c++FLAGS) $(c++LESSWARN) -c $(@D)/$(<F).C -o $@