cmake: add note to test thoroughly after updates

This commit is contained in:
Tony Theodore 2019-09-08 20:25:39 +10:00
parent 4207c4b36f
commit aaa5a1be93
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ $(PKG)_TARGETS := $(BUILD)
$(PKG)_DEPS :=
define $(PKG)_UPDATE
echo 'NOTE: Please ensure all cmake packages build after updating with:' >&2;
echo ' make `make show-downstream-deps-cmake` MXE_TARGETS="$(MXE_TARGET_LIST)"' >&2;
echo '' >&2;
$(WGET) -q -O- 'https://www.cmake.org/cmake/resources/software.html' | \
$(SED) -n 's,.*cmake-\([0-9.]*\)\.tar.*,\1,p' | \
$(SORT) -V | \