# HG changeset patch # User Volker Grabsch # Date 1254608902 -7200 # Node ID c489fb1015e29c6df121045a04e3bc0f4aee3125 # Parent 62e637be1305392909ca56b56613fa5ac67c003b improved output style of "make update" again diff -r 62e637be1305 -r c489fb1015e2 Makefile --- 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)))