From 56e75bee23b0458ebe5198912c024475c762c355 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sat, 28 Oct 2006 22:42:16 +0000 Subject: Make the build process informative again for 'make' 3.80 and earlier. Those 'make' versions are back to lower build speed (same as before my Makefile tuning). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11376 a1c6a512-1295-4272-9138-f99709370657 --- tools/make.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/make.inc') diff --git a/tools/make.inc b/tools/make.inc index 8d75326bf0..8e125c834e 100644 --- a/tools/make.inc +++ b/tools/make.inc @@ -3,7 +3,7 @@ ifndef V SILENT=@ endif -PRINTS=$(info $(1))$(SILENT) +PRINTS=$(SILENT)$(call info,$(1)) $(OBJDIR)/%.o: %.c $(SILENT)mkdir -p $(dir $@) -- cgit v1.2.3