1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-10 18:24:11 +01:00
LibrePilot/flight/targets/RevoMini
Oleg Semyonov 8e7712a13f PyMite: fix nasty build bug with open file problem on Windows
In fact, the cause of that error was badly written makefile rule which
generated 5 same files 5 times. If used with make -j, it tried to open
the same files for writing at the same time. Windows doesn't like this.
This is fixed now.
2013-03-25 02:03:35 +02:00
..
System Final step: lot of small fixes, last commit in this commit series 2013-03-24 13:06:24 +02:00
Makefile PyMite: fix nasty build bug with open file problem on Windows 2013-03-25 02:03:35 +02:00
Makefile.osx Final step: lot of small fixes, last commit in this commit series 2013-03-24 13:06:24 +02:00
UAVObjects.inc Makefile: rework RevoMini Makefile to use new make system 2013-03-24 13:06:03 +02:00