Add top-level Makefile target to update frozen libs easily; Update CPX lib

This commit is contained in:
Dan Halbert 2019-05-28 09:09:00 -04:00
parent 4e85c1ef91
commit 71c7aca29c
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Makefile for Sphinx documentation
# Top-level Makefile for documentation builds and miscellaneous tasks.
#
# You can set these variables from the command line.
@ -203,3 +203,7 @@ translate: locale/circuitpython.pot
check-translate: locale/circuitpython.pot $(wildcard locale/*.po)
$(PYTHON) tools/check_translations.py $^
update-frozen-libraries:
@echo "Updating all frozen libraries to latest tagged version."
cd frozen; for library in *; do cd $$library; ../../tools/git-checkout-latest-tag.sh; cd ..; done

@ -1 +1 @@
Subproject commit 1d38fd81edd30f1bd70c0cfe77819ab610ea89a3
Subproject commit 0cc2e975ed22ace0d679c6fb8f3388034b88bcf1