From f6a70a5984854c70fca383f5d20024e4679eefa7 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Tue, 16 Aug 2011 14:49:42 +0200 Subject: [PATCH] Makefile: get rid of that unrequested diff output. This masks the message and annoys developers. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8084b23..4cc3344 100644 --- a/Makefile +++ b/Makefile @@ -149,8 +149,7 @@ size: $(PROGRAM).elf config.h: config.h.dist @echo "Please review config.h, as config.h.dist is more recent." - @echo - @diff -bBEuF '^. [[:digit:]]. [[:upper:]]' config.h config.h.dist + @echo "To view the differences, run: diff -bBEu config.h config.h.dist @false doc: Doxyfile *.c *.h