mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-30 08:24:11 +01:00
b33d093a7a
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.
10 lines
312 B
Bash
10 lines
312 B
Bash
#
|
|
# make command replacement to run from command prompt under bash
|
|
#
|
|
# This file should be put into C:\Program Files\Git\cmd\ subdirectory
|
|
# (or similar, depeding on where the msysGit package was installed)
|
|
# to provide a shell prompt in the unix-like build environment on Windows.
|
|
#
|
|
|
|
exec /bin/make $*
|