summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-03-25 05:17:08 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-03-25 05:17:08 (GMT)
commit107bd8856edf8a45a4d85122ab6809b4b5ceb64f (patch)
tree17e04b404280d2ac4f464e6764a687e7c7fe083d
parentb0f61e875fb50c663cc4741dec17b260b7660eff (diff)
downloadmxe-107bd8856edf8a45a4d85122ab6809b4b5ceb64f.zip
mxe-107bd8856edf8a45a4d85122ab6809b4b5ceb64f.tar.gz
mxe-107bd8856edf8a45a4d85122ab6809b4b5ceb64f.tar.bz2
Makefile: continue after errors in update macros
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0909879..4d857c0 100644
--- a/Makefile
+++ b/Makefile
@@ -236,7 +236,7 @@ define UPDATE
$(MAKE) -f '$(MAKEFILE)' 'update-checksum-$(1)' \
|| { $(SED) -i 's/\( id="$(1)-version"\)>[^<]*/\1>$($(1)_VERSION)/' '$(TOP_DIR)/index.html'; \
exit 1; })),
- $(error Unable to update version number of package $(1)))
+ $(info Unable to update version number of package $(1)))
endef
update: