Makefile: show brief build output by default

This commit is contained in:
Clément Bœsch 2011-06-30 23:18:52 +02:00 committed by Uoti Urpala
parent af076c4055
commit 746f9b0040
1 changed files with 7 additions and 0 deletions

View File

@ -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