summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-10-03 22:28:22 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-10-03 22:28:22 (GMT)
commitf6682e40e409c922f89b16805d8b74df02827e04 (patch)
tree4e0e6a3a22c0271c05eb0abe906de4b04a756d2e /Makefile
parent0022d5d2231f9aec097734583e2dd732bf61afad (diff)
downloadmxe-f6682e40e409c922f89b16805d8b74df02827e04.zip
mxe-f6682e40e409c922f89b16805d8b74df02827e04.tar.gz
mxe-f6682e40e409c922f89b16805d8b74df02827e04.tar.bz2
improved output style of "make update" again
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1b38e64..d33a917 100644
--- a/Makefile
+++ b/Makefile
@@ -204,10 +204,10 @@ clean-pkg:
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)))