Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
5e72f3ca
Commit
5e72f3ca
authored
Jan 30, 2012
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: fix buildscripts
TBR=golang-dev CC=golang-dev
https://golang.org/cl/5600054
parent
2050a9e4
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
14 additions
and
14 deletions
+14
-14
src/buildscript/darwin_386.sh
src/buildscript/darwin_386.sh
+1
-1
src/buildscript/darwin_amd64.sh
src/buildscript/darwin_amd64.sh
+1
-1
src/buildscript/freebsd_386.sh
src/buildscript/freebsd_386.sh
+1
-1
src/buildscript/freebsd_amd64.sh
src/buildscript/freebsd_amd64.sh
+1
-1
src/buildscript/linux_386.sh
src/buildscript/linux_386.sh
+1
-1
src/buildscript/linux_amd64.sh
src/buildscript/linux_amd64.sh
+1
-1
src/buildscript/linux_arm.sh
src/buildscript/linux_arm.sh
+1
-1
src/buildscript/netbsd_386.sh
src/buildscript/netbsd_386.sh
+1
-1
src/buildscript/netbsd_amd64.sh
src/buildscript/netbsd_amd64.sh
+1
-1
src/buildscript/openbsd_386.sh
src/buildscript/openbsd_386.sh
+1
-1
src/buildscript/openbsd_amd64.sh
src/buildscript/openbsd_amd64.sh
+1
-1
src/buildscript/plan9_386.sh
src/buildscript/plan9_386.sh
+1
-1
src/buildscript/windows_386.sh
src/buildscript/windows_386.sh
+1
-1
src/buildscript/windows_amd64.sh
src/buildscript/windows_amd64.sh
+1
-1
No files found.
src/buildscript/darwin_386.sh
View file @
5e72f3ca
...
...
@@ -491,7 +491,7 @@ cp "$WORK"/text/template.a "$GOROOT"/pkg/darwin_386/text/template.a
mkdir
-p
"
$WORK
"
/cmd/go/_obj/
cd
"
$GOROOT
"
/src/cmd/go
"
$GOROOT
"
/bin/go-tool/8g
-o
"
$WORK
"
/cmd/go/_obj/_go_.8
-p
cmd/go
-I
"
$WORK
"
./bootstrap.go ./build.go ./clean.go ./fix.go ./fmt.go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./r
oot.go ./r
un.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go
"
$GOROOT
"
/bin/go-tool/8g
-o
"
$WORK
"
/cmd/go/_obj/_go_.8
-p
cmd/go
-I
"
$WORK
"
./bootstrap.go ./build.go ./clean.go ./fix.go ./fmt.go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./run.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go
"
$GOROOT
"
/bin/go-tool/pack grc
"
$WORK
"
/cmd/go.a
"
$WORK
"
/cmd/go/_obj/_go_.8
"
$GOROOT
"
/bin/go-tool/8l
-o
"
$WORK
"
/cmd/go/_obj/a.out
-L
"
$WORK
"
"
$WORK
"
/cmd/go.a
mkdir
-p
"
$GOBIN
"
/darwin_386/
...
...
src/buildscript/darwin_amd64.sh
View file @
5e72f3ca
...
...
@@ -490,7 +490,7 @@ cp "$WORK"/text/template.a "$GOROOT"/pkg/darwin_amd64/text/template.a
mkdir
-p
"
$WORK
"
/cmd/go/_obj/
cd
"
$GOROOT
"
/src/cmd/go
"
$GOROOT
"
/bin/go-tool/6g
-o
"
$WORK
"
/cmd/go/_obj/_go_.6
-p
cmd/go
-I
"
$WORK
"
./bootstrap.go ./build.go ./clean.go ./fix.go ./fmt.go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./r
oot.go ./r
un.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go
"
$GOROOT
"
/bin/go-tool/6g
-o
"
$WORK
"
/cmd/go/_obj/_go_.6
-p
cmd/go
-I
"
$WORK
"
./bootstrap.go ./build.go ./clean.go ./fix.go ./fmt.go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./run.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go
"
$GOROOT
"
/bin/go-tool/pack grc
"
$WORK
"
/cmd/go.a
"
$WORK
"
/cmd/go/_obj/_go_.6
"
$GOROOT
"
/bin/go-tool/6l
-o
"
$WORK
"
/cmd/go/_obj/a.out
-L
"
$WORK
"
"
$WORK
"
/cmd/go.a
mkdir
-p
"
$GOBIN
"
/
...
...
src/buildscript/freebsd_386.sh
View file @
5e72f3ca
...
...
@@ -491,7 +491,7 @@ cp "$WORK"/text/template.a "$GOROOT"/pkg/freebsd_386/text/template.a
mkdir
-p
"
$WORK
"
/cmd/go/_obj/
cd
"
$GOROOT
"
/src/cmd/go
"
$GOROOT
"
/bin/go-tool/8g
-o
"
$WORK
"
/cmd/go/_obj/_go_.8
-p
cmd/go
-I
"
$WORK
"
./bootstrap.go ./build.go ./clean.go ./fix.go ./fmt.go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./r
oot.go ./r
un.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go
"
$GOROOT
"
/bin/go-tool/8g
-o
"
$WORK
"
/cmd/go/_obj/_go_.8
-p
cmd/go
-I
"
$WORK
"
./bootstrap.go ./build.go ./clean.go ./fix.go ./fmt.go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./run.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go
"
$GOROOT
"
/bin/go-tool/pack grc
"
$WORK
"
/cmd/go.a
"
$WORK
"
/cmd/go/_obj/_go_.8
"
$GOROOT
"
/bin/go-tool/8l
-o
"
$WORK
"
/cmd/go/_obj/a.out
-L
"
$WORK
"
"
$WORK
"
/cmd/go.a
mkdir
-p
"
$GOBIN
"
/freebsd_386/
...
...
src/buildscript/freebsd_amd64.sh
View file @
5e72f3ca
...
...
@@ -490,7 +490,7 @@ cp "$WORK"/text/template.a "$GOROOT"/pkg/freebsd_amd64/text/template.a
mkdir
-p
"
$WORK
"
/cmd/go/_obj/
cd
"
$GOROOT
"
/src/cmd/go
"
$GOROOT
"
/bin/go-tool/6g
-o
"
$WORK
"
/cmd/go/_obj/_go_.6
-p
cmd/go
-I
"
$WORK
"
./bootstrap.go ./build.go ./clean.go ./fix.go ./fmt.go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./r
oot.go ./r
un.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go
"
$GOROOT
"
/bin/go-tool/6g
-o
"
$WORK
"
/cmd/go/_obj/_go_.6
-p
cmd/go
-I
"
$WORK
"
./bootstrap.go ./build.go ./clean.go ./fix.go ./fmt.go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./run.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go
"
$GOROOT
"
/bin/go-tool/pack grc
"
$WORK
"
/cmd/go.a
"
$WORK
"
/cmd/go/_obj/_go_.6
"
$GOROOT
"
/bin/go-tool/6l
-o
"
$WORK
"
/cmd/go/_obj/a.out
-L
"
$WORK
"
"
$WORK
"
/cmd/go.a
mkdir
-p
"
$GOBIN
"
/freebsd_amd64/
...
...
src/buildscript/linux_386.sh
View file @
5e72f3ca
...
...
@@ -491,7 +491,7 @@ cp "$WORK"/text/template.a "$GOROOT"/pkg/linux_386/text/template.a
mkdir
-p
"
$WORK
"
/cmd/go/_obj/
cd
"
$GOROOT
"
/src/cmd/go
"
$GOROOT
"
/bin/go-tool/8g
-o
"
$WORK
"
/cmd/go/_obj/_go_.8
-p
cmd/go
-I
"
$WORK
"
./bootstrap.go ./build.go ./clean.go ./fix.go ./fmt.go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./r
oot.go ./r
un.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go
"
$GOROOT
"
/bin/go-tool/8g
-o
"
$WORK
"
/cmd/go/_obj/_go_.8
-p
cmd/go
-I
"
$WORK
"
./bootstrap.go ./build.go ./clean.go ./fix.go ./fmt.go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./run.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go
"
$GOROOT
"
/bin/go-tool/pack grc
"
$WORK
"
/cmd/go.a
"
$WORK
"
/cmd/go/_obj/_go_.8
"
$GOROOT
"
/bin/go-tool/8l
-o
"
$WORK
"
/cmd/go/_obj/a.out
-L
"
$WORK
"
"
$WORK
"
/cmd/go.a
mkdir
-p
"
$GOBIN
"
/linux_386/
...
...
src/buildscript/linux_amd64.sh
View file @
5e72f3ca
...
...
@@ -490,7 +490,7 @@ cp "$WORK"/text/template.a "$GOROOT"/pkg/linux_amd64/text/template.a
mkdir
-p
"
$WORK
"
/cmd/go/_obj/
cd
"
$GOROOT
"
/src/cmd/go
"
$GOROOT
"
/bin/go-tool/6g
-o
"
$WORK
"
/cmd/go/_obj/_go_.6
-p
cmd/go
-I
"
$WORK
"
./bootstrap.go ./build.go ./clean.go ./fix.go ./fmt.go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./r
oot.go ./r
un.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go
"
$GOROOT
"
/bin/go-tool/6g
-o
"
$WORK
"
/cmd/go/_obj/_go_.6
-p
cmd/go
-I
"
$WORK
"
./bootstrap.go ./build.go ./clean.go ./fix.go ./fmt.go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./run.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go
"
$GOROOT
"
/bin/go-tool/pack grc
"
$WORK
"
/cmd/go.a
"
$WORK
"
/cmd/go/_obj/_go_.6
"
$GOROOT
"
/bin/go-tool/6l
-o
"
$WORK
"
/cmd/go/_obj/a.out
-L
"
$WORK
"
"
$WORK
"
/cmd/go.a
mkdir
-p
"
$GOBIN
"
/linux_amd64/
...
...
src/buildscript/linux_arm.sh
View file @
5e72f3ca
...
...
@@ -494,7 +494,7 @@ cp "$WORK"/text/template.a "$GOROOT"/pkg/linux_arm/text/template.a
mkdir
-p
"
$WORK
"
/cmd/go/_obj/
cd
"
$GOROOT
"
/src/cmd/go
"
$GOROOT
"
/bin/go-tool/5g
-o
"
$WORK
"
/cmd/go/_obj/_go_.5
-p
cmd/go
-I
"
$WORK
"
./bootstrap.go ./build.go ./clean.go ./fix.go ./fmt.go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./r
oot.go ./r
un.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go
"
$GOROOT
"
/bin/go-tool/5g
-o
"
$WORK
"
/cmd/go/_obj/_go_.5
-p
cmd/go
-I
"
$WORK
"
./bootstrap.go ./build.go ./clean.go ./fix.go ./fmt.go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./run.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go
"
$GOROOT
"
/bin/go-tool/pack grc
"
$WORK
"
/cmd/go.a
"
$WORK
"
/cmd/go/_obj/_go_.5
"
$GOROOT
"
/bin/go-tool/5l
-o
"
$WORK
"
/cmd/go/_obj/a.out
-L
"
$WORK
"
"
$WORK
"
/cmd/go.a
mkdir
-p
"
$GOBIN
"
/linux_arm/
...
...
src/buildscript/netbsd_386.sh
View file @
5e72f3ca
...
...
@@ -491,7 +491,7 @@ cp "$WORK"/text/template.a "$GOROOT"/pkg/netbsd_386/text/template.a
mkdir
-p
"
$WORK
"
/cmd/go/_obj/
cd
"
$GOROOT
"
/src/cmd/go
"
$GOROOT
"
/bin/go-tool/8g
-o
"
$WORK
"
/cmd/go/_obj/_go_.8
-p
cmd/go
-I
"
$WORK
"
./bootstrap.go ./build.go ./clean.go ./fix.go ./fmt.go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./r
oot.go ./r
un.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go
"
$GOROOT
"
/bin/go-tool/8g
-o
"
$WORK
"
/cmd/go/_obj/_go_.8
-p
cmd/go
-I
"
$WORK
"
./bootstrap.go ./build.go ./clean.go ./fix.go ./fmt.go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./run.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go
"
$GOROOT
"
/bin/go-tool/pack grc
"
$WORK
"
/cmd/go.a
"
$WORK
"
/cmd/go/_obj/_go_.8
"
$GOROOT
"
/bin/go-tool/8l
-o
"
$WORK
"
/cmd/go/_obj/a.out
-L
"
$WORK
"
"
$WORK
"
/cmd/go.a
mkdir
-p
"
$GOBIN
"
/netbsd_386/
...
...
src/buildscript/netbsd_amd64.sh
View file @
5e72f3ca
...
...
@@ -490,7 +490,7 @@ cp "$WORK"/text/template.a "$GOROOT"/pkg/netbsd_amd64/text/template.a
mkdir
-p
"
$WORK
"
/cmd/go/_obj/
cd
"
$GOROOT
"
/src/cmd/go
"
$GOROOT
"
/bin/go-tool/6g
-o
"
$WORK
"
/cmd/go/_obj/_go_.6
-p
cmd/go
-I
"
$WORK
"
./bootstrap.go ./build.go ./clean.go ./fix.go ./fmt.go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./r
oot.go ./r
un.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go
"
$GOROOT
"
/bin/go-tool/6g
-o
"
$WORK
"
/cmd/go/_obj/_go_.6
-p
cmd/go
-I
"
$WORK
"
./bootstrap.go ./build.go ./clean.go ./fix.go ./fmt.go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./run.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go
"
$GOROOT
"
/bin/go-tool/pack grc
"
$WORK
"
/cmd/go.a
"
$WORK
"
/cmd/go/_obj/_go_.6
"
$GOROOT
"
/bin/go-tool/6l
-o
"
$WORK
"
/cmd/go/_obj/a.out
-L
"
$WORK
"
"
$WORK
"
/cmd/go.a
mkdir
-p
"
$GOBIN
"
/netbsd_amd64/
...
...
src/buildscript/openbsd_386.sh
View file @
5e72f3ca
...
...
@@ -491,7 +491,7 @@ cp "$WORK"/text/template.a "$GOROOT"/pkg/openbsd_386/text/template.a
mkdir
-p
"
$WORK
"
/cmd/go/_obj/
cd
"
$GOROOT
"
/src/cmd/go
"
$GOROOT
"
/bin/go-tool/8g
-o
"
$WORK
"
/cmd/go/_obj/_go_.8
-p
cmd/go
-I
"
$WORK
"
./bootstrap.go ./build.go ./clean.go ./fix.go ./fmt.go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./r
oot.go ./r
un.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go
"
$GOROOT
"
/bin/go-tool/8g
-o
"
$WORK
"
/cmd/go/_obj/_go_.8
-p
cmd/go
-I
"
$WORK
"
./bootstrap.go ./build.go ./clean.go ./fix.go ./fmt.go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./run.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go
"
$GOROOT
"
/bin/go-tool/pack grc
"
$WORK
"
/cmd/go.a
"
$WORK
"
/cmd/go/_obj/_go_.8
"
$GOROOT
"
/bin/go-tool/8l
-o
"
$WORK
"
/cmd/go/_obj/a.out
-L
"
$WORK
"
"
$WORK
"
/cmd/go.a
mkdir
-p
"
$GOBIN
"
/openbsd_386/
...
...
src/buildscript/openbsd_amd64.sh
View file @
5e72f3ca
...
...
@@ -490,7 +490,7 @@ cp "$WORK"/text/template.a "$GOROOT"/pkg/openbsd_amd64/text/template.a
mkdir
-p
"
$WORK
"
/cmd/go/_obj/
cd
"
$GOROOT
"
/src/cmd/go
"
$GOROOT
"
/bin/go-tool/6g
-o
"
$WORK
"
/cmd/go/_obj/_go_.6
-p
cmd/go
-I
"
$WORK
"
./bootstrap.go ./build.go ./clean.go ./fix.go ./fmt.go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./r
oot.go ./r
un.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go
"
$GOROOT
"
/bin/go-tool/6g
-o
"
$WORK
"
/cmd/go/_obj/_go_.6
-p
cmd/go
-I
"
$WORK
"
./bootstrap.go ./build.go ./clean.go ./fix.go ./fmt.go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./run.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go
"
$GOROOT
"
/bin/go-tool/pack grc
"
$WORK
"
/cmd/go.a
"
$WORK
"
/cmd/go/_obj/_go_.6
"
$GOROOT
"
/bin/go-tool/6l
-o
"
$WORK
"
/cmd/go/_obj/a.out
-L
"
$WORK
"
"
$WORK
"
/cmd/go.a
mkdir
-p
"
$GOBIN
"
/openbsd_amd64/
...
...
src/buildscript/plan9_386.sh
View file @
5e72f3ca
...
...
@@ -491,7 +491,7 @@ cp "$WORK"/text/template.a "$GOROOT"/pkg/plan9_386/text/template.a
mkdir
-p
"
$WORK
"
/cmd/go/_obj/
cd
"
$GOROOT
"
/src/cmd/go
"
$GOROOT
"
/bin/go-tool/8g
-o
"
$WORK
"
/cmd/go/_obj/_go_.8
-p
cmd/go
-I
"
$WORK
"
./bootstrap.go ./build.go ./clean.go ./fix.go ./fmt.go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./r
oot.go ./r
un.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go
"
$GOROOT
"
/bin/go-tool/8g
-o
"
$WORK
"
/cmd/go/_obj/_go_.8
-p
cmd/go
-I
"
$WORK
"
./bootstrap.go ./build.go ./clean.go ./fix.go ./fmt.go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./run.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go
"
$GOROOT
"
/bin/go-tool/pack grc
"
$WORK
"
/cmd/go.a
"
$WORK
"
/cmd/go/_obj/_go_.8
"
$GOROOT
"
/bin/go-tool/8l
-o
"
$WORK
"
/cmd/go/_obj/a.out
-L
"
$WORK
"
"
$WORK
"
/cmd/go.a
mkdir
-p
"
$GOBIN
"
/plan9_386/
...
...
src/buildscript/windows_386.sh
View file @
5e72f3ca
...
...
@@ -493,7 +493,7 @@ cp "$WORK"/text/template.a "$GOROOT"/pkg/windows_386/text/template.a
mkdir
-p
"
$WORK
"
/cmd/go/_obj/
cd
"
$GOROOT
"
/src/cmd/go
"
$GOROOT
"
/bin/go-tool/8g
-o
"
$WORK
"
/cmd/go/_obj/_go_.8
-p
cmd/go
-I
"
$WORK
"
./bootstrap.go ./build.go ./clean.go ./fix.go ./fmt.go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./r
oot.go ./r
un.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go
"
$GOROOT
"
/bin/go-tool/8g
-o
"
$WORK
"
/cmd/go/_obj/_go_.8
-p
cmd/go
-I
"
$WORK
"
./bootstrap.go ./build.go ./clean.go ./fix.go ./fmt.go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./run.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go
"
$GOROOT
"
/bin/go-tool/pack grc
"
$WORK
"
/cmd/go.a
"
$WORK
"
/cmd/go/_obj/_go_.8
"
$GOROOT
"
/bin/go-tool/8l
-o
"
$WORK
"
/cmd/go/_obj/a.out.exe
-L
"
$WORK
"
"
$WORK
"
/cmd/go.a
mkdir
-p
"
$GOBIN
"
/windows_386/
...
...
src/buildscript/windows_amd64.sh
View file @
5e72f3ca
...
...
@@ -492,7 +492,7 @@ cp "$WORK"/text/template.a "$GOROOT"/pkg/windows_amd64/text/template.a
mkdir
-p
"
$WORK
"
/cmd/go/_obj/
cd
"
$GOROOT
"
/src/cmd/go
"
$GOROOT
"
/bin/go-tool/6g
-o
"
$WORK
"
/cmd/go/_obj/_go_.6
-p
cmd/go
-I
"
$WORK
"
./bootstrap.go ./build.go ./clean.go ./fix.go ./fmt.go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./r
oot.go ./r
un.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go
"
$GOROOT
"
/bin/go-tool/6g
-o
"
$WORK
"
/cmd/go/_obj/_go_.6
-p
cmd/go
-I
"
$WORK
"
./bootstrap.go ./build.go ./clean.go ./fix.go ./fmt.go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./run.go ./test.go ./testflag.go ./tool.go ./vcs.go ./version.go ./vet.go
"
$GOROOT
"
/bin/go-tool/pack grc
"
$WORK
"
/cmd/go.a
"
$WORK
"
/cmd/go/_obj/_go_.6
"
$GOROOT
"
/bin/go-tool/6l
-o
"
$WORK
"
/cmd/go/_obj/a.out.exe
-L
"
$WORK
"
"
$WORK
"
/cmd/go.a
mkdir
-p
"
$GOBIN
"
/windows_amd64/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment