1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00
Commit Graph

6 Commits

Author SHA1 Message Date
Oleg Semyonov
bf9a3ef7d3 OP-483: add version-info.py script for software, firmware and release packaging 2011-05-17 21:29:22 +03:00
Oleg Semyonov
5e03cd5801 OP-483: clean up sequential build order, add CC-FlashEraser tool to the builds 2011-05-15 19:46:31 +03:00
Oleg Semyonov
b33d093a7a OP-483: update Windows build system, provide install replacement
Since msysGit lacks the install command, simple cp -f replacement
is provided. Don't forget to copy it into the msysGit bin subdirectory.

Introduced CLEAN_BUILD=NO make option to test packaging w/o cleaning.
Recommended for test builds only, not for production run.

make -j works great after PyMite dependency fix by commit
0005729056
So comment is updated as well.
2011-05-15 14:54:24 +03:00
Oleg Semyonov
32c7f07175 OP-483: convert line endings to Unix format (no other changes) 2011-05-13 17:40:28 +03:00
Oleg Semyonov
405cac36ad OP-483: add some platform-specific hooks for ground packaging 2011-05-13 16:55:18 +03:00
Oleg Semyonov
c9fdbd580b OP-483: initial Makefile, no support for ground and git version info
This Makefile should support parallel builds (-j) as much as possible
(not an easy task, though).
2011-05-13 11:47:05 +03:00