[PATCH 3/3] Makefile: show nice message when checking version.h

Brian Norris computersforpeace at gmail.com
Thu Jul 7 16:44:27 EDT 2011


Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 78f5f9f..27e8a01 100644
--- a/Makefile
+++ b/Makefile
@@ -71,6 +71,7 @@ cscope:
 	cscope -bR
 
 include/version.h: include/version.h.tmp
+	$(call BECHO,CHK)
 	$(Q)cmp -s $@ $@.tmp && rm -f $@.tmp || mv $@.tmp $@
 include/version.h.tmp:
 	$(Q)echo '#define VERSION "$(VERSION)"' > $@
-- 
1.7.0.4





More information about the linux-mtd mailing list