improved output of "make update"

This commit is contained in:
Volker Grabsch 2009-10-09 16:47:01 +02:00
parent 74cc6b04f9
commit 8048af6349
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ define UPDATE
$(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)))