diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-12-02 11:40:36 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-12-02 11:40:36 (GMT) |
commit | 986540da595a7ceb5b99024f7158f00299f9ecc7 (patch) | |
tree | fc8ab6146ce18b4a491778dc669a8033041d7d2a | |
parent | 858d583e135b58cdc3a55b7e247c0fe140bcfb2c (diff) | |
download | mxe-986540da595a7ceb5b99024f7158f00299f9ecc7.zip mxe-986540da595a7ceb5b99024f7158f00299f9ecc7.tar.gz mxe-986540da595a7ceb5b99024f7158f00299f9ecc7.tar.bz2 |
improved error message for "make update"
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |