mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 20:27:23 +00:00
Makefile: show brief build output by default
This commit is contained in:
parent
af076c4055
commit
746f9b0040
7
Makefile
7
Makefile
@ -583,6 +583,13 @@ ADDSUFFIXES = $(foreach suf,$(1),$(addsuffix $(suf),$(2)))
|
||||
ADD_ALL_DIRS = $(call ADDSUFFIXES,$(1),$(DIRS))
|
||||
ADD_ALL_EXESUFS = $(1) $(call ADDSUFFIXES,$(EXESUFS_ALL),$(1))
|
||||
|
||||
###### brief build output #######
|
||||
|
||||
ifndef V
|
||||
$(eval override CC = @printf "CC\t$$@\n"; $(CC))
|
||||
$(eval override RM = @$(RM))
|
||||
endif
|
||||
|
||||
###### generic rules #######
|
||||
|
||||
all: $(ALL_PRG-yes) locales
|
||||
|
Loading…
Reference in New Issue
Block a user