summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-12-02 11:40:36 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-12-02 11:40:36 (GMT)
commit986540da595a7ceb5b99024f7158f00299f9ecc7 (patch)
treefc8ab6146ce18b4a491778dc669a8033041d7d2a
parent858d583e135b58cdc3a55b7e247c0fe140bcfb2c (diff)
downloadmxe-986540da595a7ceb5b99024f7158f00299f9ecc7.zip
mxe-986540da595a7ceb5b99024f7158f00299f9ecc7.tar.gz
mxe-986540da595a7ceb5b99024f7158f00299f9ecc7.tar.bz2
improved error message for "make update"
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6aa10c3..48318eb 100644
--- a/Makefile
+++ b/Makefile
@@ -211,7 +211,7 @@ define UPDATE
$(MAKE) -f '$(MAKEFILE)' 'update-checksum-$(1)' \
|| { $(SED) 's/^\([^ ]*_VERSION *:=\).*/\1 $($(1)_VERSION)/' -i '$(TOP_DIR)/src/$(1).mk'; \
exit 1; })),
- $(error Unable to update version number: $(1)))
+ $(error Unable to update version number of package $(1)))
endef
update: