make: save a bit of typing

This commit is contained in:
Franco Fichtner 2020-06-23 16:26:38 +02:00
parent c07f98285f
commit 864971a28e
1 changed files with 6 additions and 0 deletions

View File

@ -420,6 +420,12 @@ mfc: clean-mfcdir
@git checkout master
.endfor
stable:
@git checkout stable/${CORE_ABI}
master:
@git checkout master
test: want-phpunit7-php${CORE_PHP}
@if [ "$$(${PKG} query %n-%v ${CORE_NAME})" != "${CORE_NAME}-${CORE_PKGVERSION}" ]; then \
echo "Installed version does not match, expected ${CORE_NAME}-${CORE_PKGVERSION}"; \