From 746f9b004038e09392b69abb3ba26b1cc32a90d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Thu, 30 Jun 2011 23:18:52 +0200 Subject: Makefile: show brief build output by default --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2d4775d4f7..1223409748 100644 --- a/Makefile +++ b/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 -- cgit v1.2.3