mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-27 13:20:23 +00:00
Add the multi clean support in Batch too. thx to mota from #powershell
svn path=/trunk/tools/RosBE/; revision=1106
This commit is contained in:
parent
13686b6fca
commit
fc307567cc
@ -28,10 +28,16 @@ if "%1" == "" (
|
||||
call :LOG
|
||||
goto :EOC
|
||||
) else (
|
||||
"%_ROSBE_BASEDIR%\Build.cmd" %1_clean
|
||||
goto :EOC
|
||||
call :WHILE %*
|
||||
)
|
||||
goto :EOC
|
||||
|
||||
:WHILE
|
||||
if "%1" == "" goto :EOF
|
||||
call "%_ROSBE_BASEDIR%\Build.cmd" %1_clean
|
||||
shift /1
|
||||
echo.
|
||||
GOTO :WHILE %*
|
||||
|
||||
:: Check if we have any logs to clean, if so, clean them.
|
||||
:LOG
|
||||
|
Loading…
Reference in New Issue
Block a user