waf: revert run Tools/gittools/submodule-sync.sh at distclean

This reverts commit 22c1470aca
This commit is contained in:
Randy Mackay 2023-05-31 11:21:47 +09:00 committed by Andrew Tridgell
parent f7d3969116
commit 49b9b0393e
1 changed files with 0 additions and 5 deletions

View File

@ -86,11 +86,6 @@ def _set_build_context_variant(board):
continue
c.variant = board
# run Tools/gittools/submodule-sync.sh to sync submodules as well at distclean
@conf
def distclean(ctx):
subprocess.call(['Tools/gittools/submodule-sync.sh'])
def init(ctx):
# Generate Task List, so that VS Code extension can keep track
# of changes to possible build targets