# HG changeset patch # User Volker Grabsch # Date 1254602556 -7200 # Node ID 7ae0e913675e850a2281399debcf512c85d366e8 # Parent 7867a970c9b4efde2bb59f9ed57a9d86dc630414 improved output style of "make update" diff -r 7867a970c9b4 -r 7ae0e913675e Makefile --- a/Makefile Sat Oct 03 22:36:14 2009 +0200 +++ b/Makefile Sat Oct 03 22:42:36 2009 +0200 @@ -204,10 +204,10 @@ define UPDATE $(if $(2), $(if $(filter $(2),$($(1)_IGNORE)), - $(info $(1): $(2) ignored), + $(info IGNORED $(1): $(2)), $(if $(filter $(2),$($(1)_VERSION)), - $(info $(1): $(2)), - $(info $(1): $(2) NEW) + $(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)))