Reinstate the removal of legacy mac encodings

This commit is contained in:
Michael Droettboom 2018-05-17 12:03:06 -04:00
parent 6dc91e0846
commit ac84840cc0
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ root/.built: \
cd root/lib/python$(PYMINOR); \ cd root/lib/python$(PYMINOR); \
rm -fr `cat ../../../remove_modules.txt`; \ rm -fr `cat ../../../remove_modules.txt`; \
rm encodings/cp*.py; \ rm encodings/cp*.py; \
rm encodings/mac_*.py; \
find . -name "*.wasm.pre" -type f -delete ; \ find . -name "*.wasm.pre" -type f -delete ; \
find -type d -name __pycache__ -prune -exec rm -rf {} \; \ find -type d -name __pycache__ -prune -exec rm -rf {} \; \
) )