summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-10-09 14:47:01 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-10-09 14:47:01 (GMT)
commit8048af63497d5021244d191fc182f3e53e20ef8d (patch)
tree46ed452f372026197d5b8530d4f5bc46e37e97dc /Makefile
parent74cc6b04f9eba72a53dd761e76b1d4acd8537c86 (diff)
downloadmxe-8048af63497d5021244d191fc182f3e53e20ef8d.zip
mxe-8048af63497d5021244d191fc182f3e53e20ef8d.tar.gz
mxe-8048af63497d5021244d191fc182f3e53e20ef8d.tar.bz2
improved output of "make update"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 577f1fd..0aec12f 100644
--- a/Makefile
+++ b/Makefile
@@ -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)))