necsave: Refresh rule pulls changes from git and rebuilds everything.

This commit is contained in:
Jose Pinto 2015-11-07 21:34:56 +00:00
parent 68ffa9e038
commit 7a9fd0f88d

View File

@ -39,6 +39,17 @@ configure()
../source
}
refresh()
{
cd ../default
rm .build .host_install .target_install .postconfigure
cd -
cd source && git pull && cd - &&
for r in duneplatform integration missionplanner perception vehicleplanner initialization; do
cd "source/src/Modules/$r" && git pull && cd -
done
}
build()
{
$cmd_make -C build