From 28cf72bfe82019cb48e0f26b36454aa77cda6078 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Sat, 14 Jul 2012 10:56:57 +0200 Subject: [PATCH] Makefile: change wording regarding a newer config.default.h again. Hope it's clear now :-) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 149d70d..282fca5 100644 --- a/Makefile +++ b/Makefile @@ -159,7 +159,8 @@ size: $(PROGRAM).elf @$(OBJDUMP) -h $^ | perl -MPOSIX -ne '/.(eeprom)\s+([0-9a-f]+)/ && do { $$a += eval "0x$$2" }; END { printf " EEPROM: %5d bytes %3d%% %3d%% %3d%% %3d%%\n", $$a, ceil($$a * 100 / (1 * 1024)), ceil($$a * 100 / (2 * 1024)), ceil($$a * 100 / (2 * 1024)), ceil($$a * 100 / (4 * 1024)) }' config.h: config.default.h - @echo "Please review config.h, as config.default.h is more recent." + @echo "config.default.h is more recent than config.h. You likely want to" + @echo "review (edit) config.h to match new features in config.default.h." @echo "To view the differences, run: diff -bBEu config.h config.default.h" @echo "If you just want to get rid of this message, run: touch config.h" @false