micropython/ports/unix
David Lechner c5f4268c99 unix/variants/standard: Fix role of PREFIX when used to install.
Currently it is not possible to override PREFIX when installing micropython
using the makefile.  It is common practice to be able to run something like
this:

    $ make install PREFIX=/usr DESTDIR=/tmp/staging

This fixes such usage.
2020-02-16 23:35:52 +11:00
..
coverage-frzmpy
coverage-frzstr
variants unix/variants/standard: Fix role of PREFIX when used to install. 2020-02-16 23:35:52 +11:00
.gitignore
Makefile unix/Makefile: Remove old variant targets that are no longer needed. 2020-02-16 00:15:57 +11:00
alloc.c
coverage.c tests/unix: Add coverage tests for kbd-intr and scheduler. 2020-02-07 16:08:29 +11:00
fatfs_port.c
fdfile.h
file.c unix: Release GIL during all system calls. 2020-01-26 23:21:29 +11:00
gccollect.c
input.c
input.h
main.c unix/main: Use OS-dependent path separator when searching path. 2020-02-11 13:33:56 +11:00
manifest.py
manifest_coverage.py
modffi.c
modjni.c
modmachine.c py: Add mp_raise_msg_varg helper and use it where appropriate. 2020-02-13 11:52:40 +11:00
modos.c unix/modos: Implement putenv and unsetenv to complement getenv. 2020-02-04 17:54:31 +11:00
modtermios.c
modtime.c py/scheduler: Add "raise_exc" argument to mp_handle_pending. 2020-02-07 16:08:20 +11:00
moduos_vfs.c unix/modos: Implement putenv and unsetenv to complement getenv. 2020-02-04 17:54:31 +11:00
moduselect.c unix: Release GIL during all system calls. 2020-01-26 23:21:29 +11:00
modusocket.c py: Add mp_raise_msg_varg helper and use it where appropriate. 2020-02-13 11:52:40 +11:00
mpconfigport.h unix: Release GIL during all system calls. 2020-01-26 23:21:29 +11:00
mpconfigport.mk
mphalport.h
mpthreadport.c py/mpthread.h: Use strong type for mp_thread_set_state() argument. 2020-01-29 17:10:32 +11:00
mpthreadport.h
qstrdefsport.h
unix_mphal.c unix, windows: Use mp_keyboard_interrupt instead of custom code. 2020-02-07 16:08:33 +11:00