Makefile: add check-update-package-% target

This commit is contained in:
Tony Theodore 2017-03-13 17:30:28 +11:00
parent 9f72de0fe1
commit b4161379ee
1 changed files with 3 additions and 0 deletions

View File

@ -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)), \