forked from Archive/PX4-Autopilot
Makefile submodulesclean force clean
This commit is contained in:
parent
ce8eb0edd8
commit
fc54d2c305
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue