mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-04 14:20:36 +08:00
make submodulesclean deinit
This commit is contained in:
committed by
Lorenz Meier
parent
4b3aab2767
commit
319fb6b9f9
@@ -215,9 +215,9 @@ clean:
|
||||
@(cd NuttX/nuttx && make clean)
|
||||
|
||||
submodulesclean:
|
||||
@git submodule deinit -f .
|
||||
@git submodule sync
|
||||
@git submodule update --init --recursive --force
|
||||
@git submodule foreach --recursive 'git reset --hard; git clean -ff -x -d'
|
||||
|
||||
distclean: submodulesclean
|
||||
@git clean -ff -x -d
|
||||
|
||||
Reference in New Issue
Block a user