Makefile: get rid of that unrequested diff output.

This masks the message and annoys developers.
This commit is contained in:
Markus Hitter 2011-08-16 14:49:42 +02:00
parent 0dd3b7a892
commit f6a70a5984
1 changed files with 1 additions and 2 deletions

View File

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