HomeSort by relevance Sort by last modified time
    Searched refs:GOTOOLDIR (Results 1 - 21 of 21) sorted by null

  /prebuilts/go/darwin-x86/src/
all.bash 15 $GOTOOLDIR/dist banner # print build info
make.bash 146 mkdir -p "$GOTOOLDIR"
150 mv cmd/dist/dist "$GOTOOLDIR"/dist
162 mv cmd/dist/dist "$GOTOOLDIR"/dist
170 "$GOTOOLDIR"/go_bootstrap install -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v std cmd
175 CC=$CC_FOR_TARGET "$GOTOOLDIR"/go_bootstrap install $GO_FLAGS -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v std cmd
178 rm -f "$GOTOOLDIR"/go_bootstrap
181 "$GOTOOLDIR"/dist banner
make.rc 62 mkdir -p $GOTOOLDIR
65 mv cmd/dist/dist $GOTOOLDIR/dist
74 mv cmd/dist/dist $GOTOOLDIR/dist
84 $GOTOOLDIR/go_bootstrap install -gcflags $"GO_GCFLAGS -ldflags $"GO_LDFLAGS -v $pflag std cmd
89 $GOTOOLDIR/go_bootstrap install -gcflags $"GO_GCFLAGS -ldflags $"GO_LDFLAGS -v $pflag std cmd
92 rm -f $GOTOOLDIR/go_bootstrap
95 $GOTOOLDIR/dist banner
all.rc 16 $GOTOOLDIR/dist banner # print build info
clean.rc 8 if(! test -x $GOTOOLDIR/dist){
9 echo 'cannot find $GOTOOLDIR/dist; nothing to clean' >[1=2]
clean.bat 16 if exist %GOTOOLDIR%\dist.exe goto distok
17 echo cannot find %GOTOOLDIR%\dist; nothing to clean
make.bat 89 move .\cmd\dist\dist.exe "%GOTOOLDIR%\dist.exe"
103 "%GOTOOLDIR%\go_bootstrap" install -gcflags "%GO_GCFLAGS%" -ldflags "%GO_LDFLAGS%" -v std cmd
112 "%GOTOOLDIR%\go_bootstrap" install -gcflags "%GO_GCFLAGS%" -ldflags "%GO_LDFLAGS%" -a -v std cmd
115 del "%GOTOOLDIR%\go_bootstrap.exe"
119 "%GOTOOLDIR%\dist" banner
125 mkdir "%GOTOOLDIR%" 2>NUL
126 copy cmd\dist\dist.exe "%GOTOOLDIR%\"
all.bat 23 "%GOTOOLDIR%/dist" banner
  /prebuilts/go/linux-x86/src/
all.bash 15 $GOTOOLDIR/dist banner # print build info
make.bash 146 mkdir -p "$GOTOOLDIR"
150 mv cmd/dist/dist "$GOTOOLDIR"/dist
162 mv cmd/dist/dist "$GOTOOLDIR"/dist
170 "$GOTOOLDIR"/go_bootstrap install -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v std cmd
175 CC=$CC_FOR_TARGET "$GOTOOLDIR"/go_bootstrap install $GO_FLAGS -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v std cmd
178 rm -f "$GOTOOLDIR"/go_bootstrap
181 "$GOTOOLDIR"/dist banner
make.rc 62 mkdir -p $GOTOOLDIR
65 mv cmd/dist/dist $GOTOOLDIR/dist
74 mv cmd/dist/dist $GOTOOLDIR/dist
84 $GOTOOLDIR/go_bootstrap install -gcflags $"GO_GCFLAGS -ldflags $"GO_LDFLAGS -v $pflag std cmd
89 $GOTOOLDIR/go_bootstrap install -gcflags $"GO_GCFLAGS -ldflags $"GO_LDFLAGS -v $pflag std cmd
92 rm -f $GOTOOLDIR/go_bootstrap
95 $GOTOOLDIR/dist banner
all.rc 16 $GOTOOLDIR/dist banner # print build info
clean.rc 8 if(! test -x $GOTOOLDIR/dist){
9 echo 'cannot find $GOTOOLDIR/dist; nothing to clean' >[1=2]
clean.bat 16 if exist %GOTOOLDIR%\dist.exe goto distok
17 echo cannot find %GOTOOLDIR%\dist; nothing to clean
make.bat 89 move .\cmd\dist\dist.exe "%GOTOOLDIR%\dist.exe"
103 "%GOTOOLDIR%\go_bootstrap" install -gcflags "%GO_GCFLAGS%" -ldflags "%GO_LDFLAGS%" -v std cmd
112 "%GOTOOLDIR%\go_bootstrap" install -gcflags "%GO_GCFLAGS%" -ldflags "%GO_LDFLAGS%" -a -v std cmd
115 del "%GOTOOLDIR%\go_bootstrap.exe"
119 "%GOTOOLDIR%\dist" banner
125 mkdir "%GOTOOLDIR%" 2>NUL
126 copy cmd\dist\dist.exe "%GOTOOLDIR%\"
all.bat 23 "%GOTOOLDIR%/dist" banner
  /build/blueprint/
bootstrap.bash 70 GOTOOLDIR="$GOROOT/pkg/tool/${GOOS}_$GOARCH"
71 GOCOMPILE="$GOTOOLDIR/${GOCHAR}g"
72 GOLINK="$GOTOOLDIR/${GOCHAR}l"
75 GOCOMPILE="$GOTOOLDIR/compile"
78 GOLINK="$GOTOOLDIR/link"
  /prebuilts/go/darwin-x86/src/cmd/go/
env.go 46 {"GOTOOLDIR", toolDir},
  /prebuilts/go/linux-x86/src/cmd/go/
env.go 46 {"GOTOOLDIR", toolDir},
  /prebuilts/go/darwin-x86/src/cmd/dist/
build.go 991 xprintf(format, "GOTOOLDIR", tooldir)
  /prebuilts/go/linux-x86/src/cmd/dist/
build.go 991 xprintf(format, "GOTOOLDIR", tooldir)

Completed in 2548 milliseconds