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
fcd877ea
Commit
fcd877ea
authored
Dec 22, 2011
by
Robert Griesemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix build: correct build scripts
R=r CC=golang-dev
https://golang.org/cl/5498075
parent
dea9f417
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
6 deletions
+0
-6
buildscript_darwin_amd64.sh
src/buildscript_darwin_amd64.sh
+0
-1
buildscript_freebsd_amd64.sh
src/buildscript_freebsd_amd64.sh
+0
-1
buildscript_linux_amd64.sh
src/buildscript_linux_amd64.sh
+0
-1
buildscript_netbsd_amd64.sh
src/buildscript_netbsd_amd64.sh
+0
-1
buildscript_openbsd_amd64.sh
src/buildscript_openbsd_amd64.sh
+0
-1
buildscript_windows_amd64.sh
src/buildscript_windows_amd64.sh
+0
-1
No files found.
src/buildscript_darwin_amd64.sh
View file @
fcd877ea
...
...
@@ -19,7 +19,6 @@ mkdir -p "$WORK"/runtime/_obj/
cd
"
$GOROOT
"
/src/pkg/runtime
6g
-o
"
$WORK
"
/runtime/_obj/_go_.6
-p
runtime -+
-I
"
$WORK
"
./debug.go ./error.go ./extern.go ./mem.go ./sig.go ./softfloat64.go ./type.go ./zgoarch_amd64.go ./zgoos_darwin.go ./zruntime_defs_darwin_amd64.go ./zversion.go
cp
"
$GOROOT
"
/src/pkg/runtime/arch_amd64.h
"
$WORK
"
/runtime/_obj/arch_GOARCH.h
cp
"
$GOROOT
"
/src/pkg/runtime/asm_amd64.h
"
$WORK
"
/runtime/_obj/asm_GOARCH.h
cp
"
$GOROOT
"
/src/pkg/runtime/defs_darwin_amd64.h
"
$WORK
"
/runtime/_obj/defs_GOOS_GOARCH.h
cp
"
$GOROOT
"
/src/pkg/runtime/os_darwin.h
"
$WORK
"
/runtime/_obj/os_GOOS.h
cp
"
$GOROOT
"
/src/pkg/runtime/signals_darwin.h
"
$WORK
"
/runtime/_obj/signals_GOOS.h
...
...
src/buildscript_freebsd_amd64.sh
View file @
fcd877ea
...
...
@@ -19,7 +19,6 @@ mkdir -p "$WORK"/runtime/_obj/
cd
"
$GOROOT
"
/src/pkg/runtime
6g
-o
"
$WORK
"
/runtime/_obj/_go_.6
-p
runtime -+
-I
"
$WORK
"
./debug.go ./error.go ./extern.go ./mem.go ./sig.go ./softfloat64.go ./type.go ./zgoarch_amd64.go ./zgoos_freebsd.go ./zruntime_defs_freebsd_amd64.go ./zversion.go
cp
"
$GOROOT
"
/src/pkg/runtime/arch_amd64.h
"
$WORK
"
/runtime/_obj/arch_GOARCH.h
cp
"
$GOROOT
"
/src/pkg/runtime/asm_amd64.h
"
$WORK
"
/runtime/_obj/asm_GOARCH.h
cp
"
$GOROOT
"
/src/pkg/runtime/defs_freebsd_amd64.h
"
$WORK
"
/runtime/_obj/defs_GOOS_GOARCH.h
cp
"
$GOROOT
"
/src/pkg/runtime/os_freebsd.h
"
$WORK
"
/runtime/_obj/os_GOOS.h
cp
"
$GOROOT
"
/src/pkg/runtime/signals_freebsd.h
"
$WORK
"
/runtime/_obj/signals_GOOS.h
...
...
src/buildscript_linux_amd64.sh
View file @
fcd877ea
...
...
@@ -19,7 +19,6 @@ mkdir -p "$WORK"/runtime/_obj/
cd
"
$GOROOT
"
/src/pkg/runtime
6g
-o
"
$WORK
"
/runtime/_obj/_go_.6
-p
runtime -+
-I
"
$WORK
"
./debug.go ./error.go ./extern.go ./mem.go ./sig.go ./softfloat64.go ./type.go ./zgoarch_amd64.go ./zgoos_linux.go ./zruntime_defs_linux_amd64.go ./zversion.go
cp
"
$GOROOT
"
/src/pkg/runtime/arch_amd64.h
"
$WORK
"
/runtime/_obj/arch_GOARCH.h
cp
"
$GOROOT
"
/src/pkg/runtime/asm_amd64.h
"
$WORK
"
/runtime/_obj/asm_GOARCH.h
cp
"
$GOROOT
"
/src/pkg/runtime/defs_linux_amd64.h
"
$WORK
"
/runtime/_obj/defs_GOOS_GOARCH.h
cp
"
$GOROOT
"
/src/pkg/runtime/os_linux.h
"
$WORK
"
/runtime/_obj/os_GOOS.h
cp
"
$GOROOT
"
/src/pkg/runtime/signals_linux.h
"
$WORK
"
/runtime/_obj/signals_GOOS.h
...
...
src/buildscript_netbsd_amd64.sh
View file @
fcd877ea
...
...
@@ -19,7 +19,6 @@ mkdir -p "$WORK"/runtime/_obj/
cd
"
$GOROOT
"
/src/pkg/runtime
6g
-o
"
$WORK
"
/runtime/_obj/_go_.6
-p
runtime -+
-I
"
$WORK
"
./debug.go ./error.go ./extern.go ./mem.go ./sig.go ./softfloat64.go ./type.go ./zgoarch_amd64.go ./zgoos_netbsd.go ./zruntime_defs_netbsd_amd64.go ./zversion.go
cp
"
$GOROOT
"
/src/pkg/runtime/arch_amd64.h
"
$WORK
"
/runtime/_obj/arch_GOARCH.h
cp
"
$GOROOT
"
/src/pkg/runtime/asm_amd64.h
"
$WORK
"
/runtime/_obj/asm_GOARCH.h
cp
"
$GOROOT
"
/src/pkg/runtime/defs_netbsd_amd64.h
"
$WORK
"
/runtime/_obj/defs_GOOS_GOARCH.h
cp
"
$GOROOT
"
/src/pkg/runtime/os_netbsd.h
"
$WORK
"
/runtime/_obj/os_GOOS.h
cp
"
$GOROOT
"
/src/pkg/runtime/signals_netbsd.h
"
$WORK
"
/runtime/_obj/signals_GOOS.h
...
...
src/buildscript_openbsd_amd64.sh
View file @
fcd877ea
...
...
@@ -19,7 +19,6 @@ mkdir -p "$WORK"/runtime/_obj/
cd
"
$GOROOT
"
/src/pkg/runtime
6g
-o
"
$WORK
"
/runtime/_obj/_go_.6
-p
runtime -+
-I
"
$WORK
"
./debug.go ./error.go ./extern.go ./mem.go ./sig.go ./softfloat64.go ./type.go ./zgoarch_amd64.go ./zgoos_openbsd.go ./zruntime_defs_openbsd_amd64.go ./zversion.go
cp
"
$GOROOT
"
/src/pkg/runtime/arch_amd64.h
"
$WORK
"
/runtime/_obj/arch_GOARCH.h
cp
"
$GOROOT
"
/src/pkg/runtime/asm_amd64.h
"
$WORK
"
/runtime/_obj/asm_GOARCH.h
cp
"
$GOROOT
"
/src/pkg/runtime/defs_openbsd_amd64.h
"
$WORK
"
/runtime/_obj/defs_GOOS_GOARCH.h
cp
"
$GOROOT
"
/src/pkg/runtime/os_openbsd.h
"
$WORK
"
/runtime/_obj/os_GOOS.h
cp
"
$GOROOT
"
/src/pkg/runtime/signals_openbsd.h
"
$WORK
"
/runtime/_obj/signals_GOOS.h
...
...
src/buildscript_windows_amd64.sh
View file @
fcd877ea
...
...
@@ -19,7 +19,6 @@ mkdir -p "$WORK"/runtime/_obj/
cd
"
$GOROOT
"
/src/pkg/runtime
6g
-o
"
$WORK
"
/runtime/_obj/_go_.6
-p
runtime -+
-I
"
$WORK
"
./debug.go ./error.go ./extern.go ./mem.go ./sig.go ./softfloat64.go ./type.go ./zgoarch_amd64.go ./zgoos_windows.go ./zruntime_defs_windows_amd64.go ./zversion.go
cp
"
$GOROOT
"
/src/pkg/runtime/arch_amd64.h
"
$WORK
"
/runtime/_obj/arch_GOARCH.h
cp
"
$GOROOT
"
/src/pkg/runtime/asm_amd64.h
"
$WORK
"
/runtime/_obj/asm_GOARCH.h
cp
"
$GOROOT
"
/src/pkg/runtime/defs_windows_amd64.h
"
$WORK
"
/runtime/_obj/defs_GOOS_GOARCH.h
cp
"
$GOROOT
"
/src/pkg/runtime/os_windows.h
"
$WORK
"
/runtime/_obj/os_GOOS.h
cp
"
$GOROOT
"
/src/pkg/runtime/signals_windows.h
"
$WORK
"
/runtime/_obj/signals_GOOS.h
...
...
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