summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-03-13 06:30:28 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-03-18 11:16:07 (GMT)
commitb4161379ee5c572d84c74e848999cbd5bae89f30 (patch)
treeae32e0c6a9b792ad2b311501d21d8b853413c314 /Makefile
parent9f72de0fe1346c212bb12ac8b57c4d704dc0c967 (diff)
downloadmxe-b4161379ee5c572d84c74e848999cbd5bae89f30.zip
mxe-b4161379ee5c572d84c74e848999cbd5bae89f30.tar.gz
mxe-b4161379ee5c572d84c74e848999cbd5bae89f30.tar.bz2
Makefile: add check-update-package-% target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 67d7031..1dd6efb 100644
--- a/Makefile
+++ b/Makefile
@@ -760,6 +760,9 @@ update-package-%:
$(and $($*_UPDATE),$(call UPDATE,$*,$(shell $($*_UPDATE)))), \
$(error Package $* not found))
+check-update-package-%: UPDATE_DRYRUN = true
+check-update-package-%: update-package-% ;
+
update-checksum-%: MXE_NO_BACKUP_DL = true
update-checksum-%:
$(if $(call set_is_member,$*,$(PKGS)), \