diff Makefile @ 461:c489fb1015e2

improved output style of "make update" again
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 04 Oct 2009 00:28:22 +0200
parents 7ae0e913675e
children b0cc6cc3c1fc
line wrap: on
line diff
--- a/Makefile	Sun Oct 04 00:22:03 2009 +0200
+++ b/Makefile	Sun Oct 04 00:28:22 2009 +0200
@@ -204,10 +204,10 @@
 define UPDATE
     $(if $(2),
         $(if $(filter $(2),$($(1)_IGNORE)),
-            $(info IGNORED  $(1): $(2)),
+            $(info IGNORED  $(1)  $(2)),
             $(if $(filter $(2),$($(1)_VERSION)),
-                $(info .        $(1): $(2)),
-                $(info NEW      $(1): $(2))
+                $(info .        $(1)  $(2)),
+                $(info NEW      $(1)  $(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)))