diff Makefile @ 477:ffca44340844

improved output of "make update"
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 09 Oct 2009 16:47:01 +0200
parents b0cc6cc3c1fc
children ccc46e51638d
line wrap: on
line diff
--- a/Makefile	Fri Oct 09 16:38:17 2009 +0200
+++ b/Makefile	Fri Oct 09 16:47:01 2009 +0200
@@ -207,7 +207,7 @@
             $(info IGNORED  $(1)  $(2)),
             $(if $(filter $(2),$($(1)_VERSION)),
                 $(info .        $(1)  $(2)),
-                $(info NEW      $(1)  $(2))
+                $(info NEW      $(1)  $($(1)_VERSION) --> $(2))
                 $(SED) 's/^\([^ ]*_VERSION *:=\).*/\1 $(2)/' -i '$(TOP_DIR)/src/$(1).mk'
                 $(MAKE) -f '$(MAKEFILE)' 'update-checksum-$(1)')),
         $(error Unable to update version number: $(1)))