summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7456d64..e10f623 100644
--- a/Makefile
+++ b/Makefile
@@ -366,6 +366,11 @@ endef
update:
$(foreach PKG,$(PKGS),$(call UPDATE,$(PKG),$(shell $($(PKG)_UPDATE))))
+update-package-%:
+ $(if $(findstring $*~,$(addsuffix ~,$(PKGS))), \
+ $(call UPDATE,$*,$(shell $($*_UPDATE))), \
+ $(error package $* not found in index.html))
+
update-checksum-%:
$(if $(findstring $*~,$(addsuffix ~,$(PKGS))), \
$(call DOWNLOAD_PKG_ARCHIVE,$*) && \