diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2019-05-30 13:51:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-30 13:51:12 -0700 |
| commit | cbb102f541352fe4711706e656a0e9b3cc6e2f39 (patch) | |
| tree | ba28a90ae0d6f6cf8a746f26fdfe9256eac391d3 /py | |
| parent | 812a31c78f5c2e98cbb00405ed1c185287b3306c (diff) | |
| parent | 71c7aca29ca49102c0c6c01cca65e901bc0a0184 (diff) | |
Merge pull request #1909 from dhalbert/update-frozen-4.0.x
Update frozen libs; implement clean builds for translations which need it
Diffstat (limited to 'py')
| -rw-r--r-- | py/circuitpy_defns.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/py/circuitpy_defns.mk b/py/circuitpy_defns.mk index 1aca33901..fd8e00354 100644 --- a/py/circuitpy_defns.mk +++ b/py/circuitpy_defns.mk @@ -361,3 +361,8 @@ $(addprefix lib/,\ libm/atan2f.c \ ) endif + +.PHONY: check-release-needs-clean-build + +check-release-needs-clean-build: + @echo "RELEASE_NEEDS_CLEAN_BUILD = $(RELEASE_NEEDS_CLEAN_BUILD)" |
