Makefile: get rid of that unrequested diff output.
This masks the message and annoys developers.
This commit is contained in:
parent
0dd3b7a892
commit
f6a70a5984
3
Makefile
3
Makefile
|
|
@ -149,8 +149,7 @@ size: $(PROGRAM).elf
|
||||||
|
|
||||||
config.h: config.h.dist
|
config.h: config.h.dist
|
||||||
@echo "Please review config.h, as config.h.dist is more recent."
|
@echo "Please review config.h, as config.h.dist is more recent."
|
||||||
@echo
|
@echo "To view the differences, run: diff -bBEu config.h config.h.dist
|
||||||
@diff -bBEuF '^. [[:digit:]]. [[:upper:]]' config.h config.h.dist
|
|
||||||
@false
|
@false
|
||||||
|
|
||||||
doc: Doxyfile *.c *.h
|
doc: Doxyfile *.c *.h
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue