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

  /prebuilts/go/darwin-x86/src/
naclmake.bash 43 GOROOT_BOOTSTRAP=${GOROOT_BOOTSTRAP:-$HOME/go1.4}
44 gobin=$GOROOT_BOOTSTRAP/bin
45 GOROOT=$GOROOT_BOOTSTRAP $gobin/go run ../misc/nacl/mkzip.go -p syscall -r .. ../misc/nacl/testzip.proto syscall/fstest_nacl.go
make.bash 122 GOROOT_BOOTSTRAP=${GOROOT_BOOTSTRAP:-$HOME/go1.4}
123 if [ ! -x "$GOROOT_BOOTSTRAP/bin/go" ]; then
124 echo "ERROR: Cannot find $GOROOT_BOOTSTRAP/bin/go." >&2
125 echo "Set \$GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4." >&2
128 if [ "$GOROOT_BOOTSTRAP" == "$GOROOT" ]; then
129 echo "ERROR: \$GOROOT_BOOTSTRAP must not be set to \$GOROOT" >&2
130 echo "Set \$GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4." >&2
134 GOROOT="$GOROOT_BOOTSTRAP" GOOS="" GOARCH="" "$GOROOT_BOOTSTRAP/bin/go" build -o cmd/dist/dist ./cmd/dis
    [all...]
make.rc 47 if(! ~ $#GOROOT_BOOTSTRAP 1)
48 GOROOT_BOOTSTRAP = $home/go1.4
49 if(! test -x $GOROOT_BOOTSTRAP/bin/go){
50 echo 'ERROR: Cannot find '$GOROOT_BOOTSTRAP'/bin/go.' >[1=2]
51 echo 'Set $GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4.' >[1=2]
55 GOROOT=$GOROOT_BOOTSTRAP GOOS='' GOARCH='' $GOROOT_BOOTSTRAP/bin/go build -o cmd/dist/dist ./cmd/dist
make.bat 65 if "x%GOROOT_BOOTSTRAP%"=="x" set GOROOT_BOOTSTRAP=%HOMEDRIVE%%HOMEPATH%\Go1.4
66 if not exist "%GOROOT_BOOTSTRAP%\bin\go.exe" goto bootstrapfail
68 set GOROOT=%GOROOT_BOOTSTRAP%
72 "%GOROOT_BOOTSTRAP%\bin\go" build -o cmd\dist\dist.exe .\cmd\dist
130 echo ERROR: Cannot find %GOROOT_BOOTSTRAP%\bin\go.exe
131 echo "Set GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4."
  /prebuilts/go/linux-x86/src/
naclmake.bash 43 GOROOT_BOOTSTRAP=${GOROOT_BOOTSTRAP:-$HOME/go1.4}
44 gobin=$GOROOT_BOOTSTRAP/bin
45 GOROOT=$GOROOT_BOOTSTRAP $gobin/go run ../misc/nacl/mkzip.go -p syscall -r .. ../misc/nacl/testzip.proto syscall/fstest_nacl.go
make.bash 122 GOROOT_BOOTSTRAP=${GOROOT_BOOTSTRAP:-$HOME/go1.4}
123 if [ ! -x "$GOROOT_BOOTSTRAP/bin/go" ]; then
124 echo "ERROR: Cannot find $GOROOT_BOOTSTRAP/bin/go." >&2
125 echo "Set \$GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4." >&2
128 if [ "$GOROOT_BOOTSTRAP" == "$GOROOT" ]; then
129 echo "ERROR: \$GOROOT_BOOTSTRAP must not be set to \$GOROOT" >&2
130 echo "Set \$GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4." >&2
134 GOROOT="$GOROOT_BOOTSTRAP" GOOS="" GOARCH="" "$GOROOT_BOOTSTRAP/bin/go" build -o cmd/dist/dist ./cmd/dis
    [all...]
make.rc 47 if(! ~ $#GOROOT_BOOTSTRAP 1)
48 GOROOT_BOOTSTRAP = $home/go1.4
49 if(! test -x $GOROOT_BOOTSTRAP/bin/go){
50 echo 'ERROR: Cannot find '$GOROOT_BOOTSTRAP'/bin/go.' >[1=2]
51 echo 'Set $GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4.' >[1=2]
55 GOROOT=$GOROOT_BOOTSTRAP GOOS='' GOARCH='' $GOROOT_BOOTSTRAP/bin/go build -o cmd/dist/dist ./cmd/dist
make.bat 65 if "x%GOROOT_BOOTSTRAP%"=="x" set GOROOT_BOOTSTRAP=%HOMEDRIVE%%HOMEPATH%\Go1.4
66 if not exist "%GOROOT_BOOTSTRAP%\bin\go.exe" goto bootstrapfail
68 set GOROOT=%GOROOT_BOOTSTRAP%
72 "%GOROOT_BOOTSTRAP%\bin\go" build -o cmd\dist\dist.exe .\cmd\dist
130 echo ERROR: Cannot find %GOROOT_BOOTSTRAP%\bin\go.exe
131 echo "Set GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4."
  /prebuilts/build-tools/
build-prebuilts.sh 83 export GOROOT_BOOTSTRAP=${TOP}/prebuilts/go/${OS}-x86
  /prebuilts/go/darwin-x86/src/cmd/dist/
buildtool.go 80 goroot_bootstrap := os.Getenv("GOROOT_BOOTSTRAP")
81 if goroot_bootstrap == "" {
82 goroot_bootstrap = pathf("%s/go1.4", os.Getenv("HOME"))
84 xprintf("##### Building Go toolchain using %s.\n", goroot_bootstrap)
128 os.Setenv("GOROOT", goroot_bootstrap)
146 run(workspace, ShowOutput|CheckExit, pathf("%s/bin/go", goroot_bootstrap), "install", "-gcflags=-l", "-tags=math_big_pure_go", "-v", "bootstrap/cmd/...")
  /prebuilts/go/linux-x86/src/cmd/dist/
buildtool.go 80 goroot_bootstrap := os.Getenv("GOROOT_BOOTSTRAP")
81 if goroot_bootstrap == "" {
82 goroot_bootstrap = pathf("%s/go1.4", os.Getenv("HOME"))
84 xprintf("##### Building Go toolchain using %s.\n", goroot_bootstrap)
128 os.Setenv("GOROOT", goroot_bootstrap)
146 run(workspace, ShowOutput|CheckExit, pathf("%s/bin/go", goroot_bootstrap), "install", "-gcflags=-l", "-tags=math_big_pure_go", "-v", "bootstrap/cmd/...")

Completed in 677 milliseconds