Skip to content

Commit

Permalink
[build] Scrub the cleaners
Browse files Browse the repository at this point in the history
Addendum to 52d23db, 3bc554e and 933b732.

1. Removed packaging folder from root\clean.bat per PR #1209.

Signed-off-by: benyamin-codez <[email protected]>
  • Loading branch information
benyamin-codez committed Dec 18, 2024
1 parent 933b732 commit 85270fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clean.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if "%~1"=="-quiet" (set loglevel=0)
if "%~1"=="-debug" (set loglevel=2)
if "%~1"=="" (set loglevel=1)
set _cln_tgt_=Repo Root
set _cln_subdirs_=NetKVM viostor vioscsi VirtIO Balloon vioserial viorng vioinput viofs pvpanic viosock viogpu viomem viocrypt ivshmem pciserial Q35 packaging fwcfg fwcfg64
set _cln_subdirs_=NetKVM viostor vioscsi VirtIO Balloon vioserial viorng vioinput viofs pvpanic viosock viogpu viomem viocrypt ivshmem pciserial Q35 fwcfg fwcfg64
echo Cleaning %_cln_tgt_% ...
call .\build\clean.bat %*
echo.
Expand Down

0 comments on commit 85270fb

Please sign in to comment.