Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
67093304
Commit
67093304
authored
Dec 21, 2011
by
Mikio Hara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: make use of env
R=rsc, golang-dev CC=golang-dev
https://golang.org/cl/5504053
parent
a63262b6
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
15 additions
and
15 deletions
+15
-15
buildscript.sh
src/buildscript.sh
+1
-1
buildscript_darwin_386.sh
src/buildscript_darwin_386.sh
+1
-1
buildscript_darwin_amd64.sh
src/buildscript_darwin_amd64.sh
+1
-1
buildscript_freebsd_386.sh
src/buildscript_freebsd_386.sh
+1
-1
buildscript_freebsd_amd64.sh
src/buildscript_freebsd_amd64.sh
+1
-1
buildscript_linux_386.sh
src/buildscript_linux_386.sh
+1
-1
buildscript_linux_amd64.sh
src/buildscript_linux_amd64.sh
+1
-1
buildscript_linux_arm.sh
src/buildscript_linux_arm.sh
+1
-1
buildscript_netbsd_386.sh
src/buildscript_netbsd_386.sh
+1
-1
buildscript_netbsd_amd64.sh
src/buildscript_netbsd_amd64.sh
+1
-1
buildscript_openbsd_386.sh
src/buildscript_openbsd_386.sh
+1
-1
buildscript_openbsd_amd64.sh
src/buildscript_openbsd_amd64.sh
+1
-1
buildscript_plan9_386.sh
src/buildscript_plan9_386.sh
+1
-1
buildscript_windows_386.sh
src/buildscript_windows_386.sh
+1
-1
buildscript_windows_amd64.sh
src/buildscript_windows_amd64.sh
+1
-1
No files found.
src/buildscript.sh
View file @
67093304
...
...
@@ -12,7 +12,7 @@ do
targ
=
buildscript_
${
GOOS
}
_
$GOARCH
.sh
rm
-f
$targ
(
echo
'#!/
bin/
bash
(
echo
'#!/
usr/bin/env
bash
# AUTO-GENERATED by buildscript.sh; DO NOT EDIT.
# This script builds the go command (written in Go),
# and then the go command can build the rest of the tree.
...
...
src/buildscript_darwin_386.sh
View file @
67093304
#!/
bin/
bash
#!/
usr/bin/env
bash
# AUTO-GENERATED by buildscript.sh; DO NOT EDIT.
# This script builds the go command (written in Go),
# and then the go command can build the rest of the tree.
...
...
src/buildscript_darwin_amd64.sh
View file @
67093304
#!/
bin/
bash
#!/
usr/bin/env
bash
# AUTO-GENERATED by buildscript.sh; DO NOT EDIT.
# This script builds the go command (written in Go),
# and then the go command can build the rest of the tree.
...
...
src/buildscript_freebsd_386.sh
View file @
67093304
#!/
bin/
bash
#!/
usr/bin/env
bash
# AUTO-GENERATED by buildscript.sh; DO NOT EDIT.
# This script builds the go command (written in Go),
# and then the go command can build the rest of the tree.
...
...
src/buildscript_freebsd_amd64.sh
View file @
67093304
#!/
bin/
bash
#!/
usr/bin/env
bash
# AUTO-GENERATED by buildscript.sh; DO NOT EDIT.
# This script builds the go command (written in Go),
# and then the go command can build the rest of the tree.
...
...
src/buildscript_linux_386.sh
View file @
67093304
#!/
bin/
bash
#!/
usr/bin/env
bash
# AUTO-GENERATED by buildscript.sh; DO NOT EDIT.
# This script builds the go command (written in Go),
# and then the go command can build the rest of the tree.
...
...
src/buildscript_linux_amd64.sh
View file @
67093304
#!/
bin/
bash
#!/
usr/bin/env
bash
# AUTO-GENERATED by buildscript.sh; DO NOT EDIT.
# This script builds the go command (written in Go),
# and then the go command can build the rest of the tree.
...
...
src/buildscript_linux_arm.sh
View file @
67093304
#!/
bin/
bash
#!/
usr/bin/env
bash
# AUTO-GENERATED by buildscript.sh; DO NOT EDIT.
# This script builds the go command (written in Go),
# and then the go command can build the rest of the tree.
...
...
src/buildscript_netbsd_386.sh
View file @
67093304
#!/
bin/
bash
#!/
usr/bin/env
bash
# AUTO-GENERATED by buildscript.sh; DO NOT EDIT.
# This script builds the go command (written in Go),
# and then the go command can build the rest of the tree.
...
...
src/buildscript_netbsd_amd64.sh
View file @
67093304
#!/
bin/
bash
#!/
usr/bin/env
bash
# AUTO-GENERATED by buildscript.sh; DO NOT EDIT.
# This script builds the go command (written in Go),
# and then the go command can build the rest of the tree.
...
...
src/buildscript_openbsd_386.sh
View file @
67093304
#!/
bin/
bash
#!/
usr/bin/env
bash
# AUTO-GENERATED by buildscript.sh; DO NOT EDIT.
# This script builds the go command (written in Go),
# and then the go command can build the rest of the tree.
...
...
src/buildscript_openbsd_amd64.sh
View file @
67093304
#!/
bin/
bash
#!/
usr/bin/env
bash
# AUTO-GENERATED by buildscript.sh; DO NOT EDIT.
# This script builds the go command (written in Go),
# and then the go command can build the rest of the tree.
...
...
src/buildscript_plan9_386.sh
View file @
67093304
#!/
bin/
bash
#!/
usr/bin/env
bash
# AUTO-GENERATED by buildscript.sh; DO NOT EDIT.
# This script builds the go command (written in Go),
# and then the go command can build the rest of the tree.
...
...
src/buildscript_windows_386.sh
View file @
67093304
#!/
bin/
bash
#!/
usr/bin/env
bash
# AUTO-GENERATED by buildscript.sh; DO NOT EDIT.
# This script builds the go command (written in Go),
# and then the go command can build the rest of the tree.
...
...
src/buildscript_windows_amd64.sh
View file @
67093304
#!/
bin/
bash
#!/
usr/bin/env
bash
# AUTO-GENERATED by buildscript.sh; DO NOT EDIT.
# This script builds the go command (written in Go),
# and then the go command can build the rest of the tree.
...
...
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