Makefile: suppress messages in update-package

This commit is contained in:
Tony Theodore 2017-03-19 12:51:54 +11:00
parent 3dcad42ef3
commit b2d99407c0
1 changed files with 1 additions and 0 deletions

View File

@ -759,6 +759,7 @@ update-package-%:
$(if $(call set_is_member,$*,$(PKGS)), \
$(and $($*_UPDATE),$(call UPDATE,$*,$(shell $($*_UPDATE)))), \
$(error Package $* not found))
@echo -n
check-update-package-%: UPDATE_DRYRUN = true
check-update-package-%: update-package-% ;