Commit fa0100cf authored by Alex Brainman's avatar Alex Brainman

make.bat: implement --no-clean

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5656070
parent 034c72a5
......@@ -42,7 +42,9 @@ del env.bat
echo .
echo # Building compilers and Go bootstrap tool.
.\cmd\dist\dist bootstrap -a -v
set buildall=-a
if x%1==x--no-clean set buildall=
.\cmd\dist\dist bootstrap %buildall% -v
if errorlevel 1 goto fail
:: Delay move of dist tool to now, because bootstrap cleared tool directory.
move .\cmd\dist\dist.exe %GOTOOLDIR%\dist.exe
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment