ensure cloning submodules

This commit is contained in:
Kenneth J Davis 2024-12-31 16:23:20 -05:00
parent 44dd357f86
commit 6f5a136a60
No known key found for this signature in database
GPG Key ID: 59D5F216C38F11FD
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ git tag -a -m "Tag kernel release %1" ke%1 HEAD
ECHO get a clean tree
if EXIST ..\SOURCE RMDIR /S /Q ..\SOURCE > NUL
::git clone -v --local --branch ke%1 . ..\SOURCE\ke%1\
git clone -v --local . ..\SOURCE\ke%1\
git clone -v --recurse-submodules --local . ..\SOURCE\ke%1\
REM delete files to exclude
RD /S /Q ..\SOURCE\ke%1\.git > NUL