mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
waf: revert run Tools/gittools/submodule-sync.sh at distclean
This reverts commit 22c1470aca
This commit is contained in:
parent
f7d3969116
commit
49b9b0393e
5
wscript
5
wscript
@ -86,11 +86,6 @@ def _set_build_context_variant(board):
|
|||||||
continue
|
continue
|
||||||
c.variant = board
|
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):
|
def init(ctx):
|
||||||
# Generate Task List, so that VS Code extension can keep track
|
# Generate Task List, so that VS Code extension can keep track
|
||||||
# of changes to possible build targets
|
# of changes to possible build targets
|
||||||
|
Loading…
Reference in New Issue
Block a user