mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Improved GIT submodule check
This commit is contained in:
parent
881a2a5860
commit
4551879b55
@ -55,6 +55,7 @@ if [ -f $1"/.git" ];
|
||||
fi
|
||||
fi
|
||||
else
|
||||
git submodule sync --recursive;
|
||||
git submodule update --init --recursive $1;
|
||||
fi
|
||||
|
||||
@ -68,7 +69,7 @@ check_git_submodule Tools/sitl_gazebo
|
||||
check_git_submodule cmake/cmake_hexagon
|
||||
check_git_submodule mavlink/include/mavlink/v1.0
|
||||
check_git_submodule src/lib/DriverFramework
|
||||
check_git_submodule src/lib/DriverFramework/cmake_hexagon
|
||||
check_git_submodule src/lib/DriverFramework/cmake/cmake_hexagon
|
||||
check_git_submodule src/lib/DriverFramework/dspal
|
||||
check_git_submodule src/lib/ecl
|
||||
check_git_submodule src/lib/matrix
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user