mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Makefile submodulesclean force clean
This commit is contained in:
committed by
Lorenz Meier
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
|
||||
|
||||
Reference in New Issue
Block a user