mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
wmake: Simplified QUIET_MESSAGE function
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
SUFFIXES += .y .Y
|
||||
|
||||
ytoo = $E $(call QUIET_MESSAGE, " yacc: $(<F)") \
|
||||
ytoo = $E $(call QUIET_MESSAGE,yacc,$(<F)) \
|
||||
$(WM_SCHEDULER) yacc -v -d $< $(AND) \
|
||||
mv y.tab.c $(@D)/$(<F).c $(AND) \
|
||||
mv y.tab.h $(@D)/parser.h $(AND) \
|
||||
$(CC) $(c++FLAGS) -c $(@D)/$(<F).c -o $@
|
||||
|
||||
Ytoo = $E $(call QUIET_MESSAGE, " yacc: $(<F)") \
|
||||
Ytoo = $E $(call QUIET_MESSAGE,yacc,$(<F)) \
|
||||
$(WM_SCHEDULER) yacc -v -d $< $(AND) \
|
||||
mv y.tab.c $(@D)/$(<F).C $(AND) \
|
||||
mv y.tab.h $(@D)/parser.H $(AND) \
|
||||
|
||||
Reference in New Issue
Block a user