mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 03:13:44 +08:00
Makefile submodulesclean force clean
This commit is contained in:
committed by
Lorenz Meier
parent
ce8eb0edd8
commit
fc54d2c305
@@ -217,7 +217,7 @@ clean:
|
||||
submodulesclean:
|
||||
@git submodule sync
|
||||
@git submodule update --init --recursive --force
|
||||
@git submodule foreach --recursive 'git reset --hard'
|
||||
@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