mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 14:15:29 +01:00
Prettify make output for documentation
Originally committed as revision 22418 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -25,6 +25,7 @@ BRIEF = CC AS YASM AR LD HOSTCC RANLIB STRIP CP
|
||||
SILENT = DEPCC YASMDEP RM
|
||||
MSG = $@
|
||||
G = @$(call ECHO,GEN,$@);
|
||||
M = @$(call ECHO,$(MSG),$@);
|
||||
$(foreach VAR,$(BRIEF), \
|
||||
$(eval $(VAR) = @$$(call ECHO,$(VAR),$$(MSG)); $($(VAR))))
|
||||
$(foreach VAR,$(SILENT),$(eval $(VAR) = @$($(VAR))))
|
||||
|
||||
Reference in New Issue
Block a user