micropython/unix
Martin Müller 31fc81d3b8 unix/Makefile: Make install more compatible (BSD, etc.).
The current install command uses the flag -D which is specific to the
install command from GNU coreutils, but isn't available for the BSD
version. This solution uses the -d flag which should be commonly
available to create the target directory. Afterwards the target files
are installed to this directory seperately.
2016-04-28 21:45:27 +03:00
..
.gitignore
Makefile unix/Makefile: Make install more compatible (BSD, etc.). 2016-04-28 21:45:27 +03:00
alloc.c
coverage.c
fatfs_port.c
file.c
gccollect.c
input.c
input.h
main.c
modffi.c
modjni.c
modmachine.c
modos.c
modsocket.c unix/modsocket: Use mp_const_empty_map instead of creating empty map. 2016-04-04 23:43:16 +03:00
modtermios.c
modtime.c
moduselect.c
mpconfigport.h py: Declare help, input, open builtins in core. 2016-04-15 00:07:56 +03:00
mpconfigport.mk
mpconfigport_fast.h py: Add ability to have frozen persistent bytecode from .mpy files. 2016-04-13 16:07:47 +01:00
mpconfigport_freedos.h unix: djgpp errno.h have no ENOTSUP, so define it to Linux value. 2016-04-03 23:23:01 +03:00
mpconfigport_minimal.h
mpconfigport_nanbox.h
mphalport.h
qstrdefsport.h py: Add rules for automated extraction of qstrs from sources. 2016-04-16 13:18:09 +01:00
unix_mphal.c