From 1e7f29e3766b71166147a4349a03a51e69c6f673 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Tue, 12 Mar 2013 13:55:58 -0700 Subject: go/types: delete from main repo; part of move to go.exp See also https://codereview.appspot.com/7656044 R=golang-dev, gri, rsc CC=golang-dev https://codereview.appspot.com/7625048 --- src/make.bat | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/make.bat') diff --git a/src/make.bat b/src/make.bat index 5caba73b1..be1c8f52d 100644 --- a/src/make.bat +++ b/src/make.bat @@ -90,16 +90,14 @@ echo # Building tools for local system. %GOHOSTOS%/%GOHOSTARCH% setlocal set GOOS=%GOHOSTOS% set GOARCH=%GOHOSTARCH% -:: TODO: Drop the -tags gotypes before releasing Go 1.1. It is to allow type checking in go vet. -"%GOTOOLDIR%\go_bootstrap" install -gcflags "%GO_GCFLAGS%" -ldflags "%GO_LDFLAGS%" -tags gotypes -v std +"%GOTOOLDIR%\go_bootstrap" install -gcflags "%GO_GCFLAGS%" -ldflags "%GO_LDFLAGS%" -v std endlocal if errorlevel 1 goto fail echo. :mainbuild echo # Building packages and commands. -:: TODO: Drop the -tags gotypes before releasing Go 1.1. It is to allow type checking in go vet. -"%GOTOOLDIR%\go_bootstrap" install -gcflags "%GO_GCFLAGS%" -ldflags "%GO_LDFLAGS%" -a -tags gotypes -v std +"%GOTOOLDIR%\go_bootstrap" install -gcflags "%GO_GCFLAGS%" -ldflags "%GO_LDFLAGS%" -a -v std if errorlevel 1 goto fail del "%GOTOOLDIR%\go_bootstrap.exe" echo. -- cgit v1.2.1