From 6f5a136a60173b187ad5593e73317c1ca37da93a Mon Sep 17 00:00:00 2001 From: Kenneth J Davis Date: Tue, 31 Dec 2024 16:23:20 -0500 Subject: [PATCH] ensure cloning submodules --- RELEASE.BAT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.BAT b/RELEASE.BAT index 65ed1742..33c661bb 100644 --- a/RELEASE.BAT +++ b/RELEASE.BAT @@ -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