diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-05-12 18:32:25 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-05-12 18:32:25 +0300 |
commit | a4e38db30dacf6bd2d0b5c9221ca6efef7202a92 (patch) | |
tree | 79972ef77b71eb15094f914dc6d78b9e8715430e /unix/scripts | |
parent | 5c312861a611df156f2fb2b0811f3713df2edb14 (diff) | |
download | micropython-a4e38db30dacf6bd2d0b5c9221ca6efef7202a92.tar.gz micropython-a4e38db30dacf6bd2d0b5c9221ca6efef7202a92.zip |
unix: Move upip to frozen bytecode dir.
For x86_64 build, this saves only 128 bytes on the final executable
size, but still an improvement.
Diffstat (limited to 'unix/scripts')
l--------- | unix/scripts/upip.py | 1 | ||||
l--------- | unix/scripts/upip_utarfile.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/unix/scripts/upip.py b/unix/scripts/upip.py deleted file mode 120000 index 20d52a4ab7..0000000000 --- a/unix/scripts/upip.py +++ /dev/null @@ -1 +0,0 @@ -../../tools/upip.py
\ No newline at end of file diff --git a/unix/scripts/upip_utarfile.py b/unix/scripts/upip_utarfile.py deleted file mode 120000 index 1498862916..0000000000 --- a/unix/scripts/upip_utarfile.py +++ /dev/null @@ -1 +0,0 @@ -../../tools/upip_utarfile.py
\ No newline at end of file |