]> Cypherpunks repositories - gostls13.git/commit
runtime: separate out auto-generated files, take 2
authorRuss Cox <rsc@golang.org>
Mon, 19 Dec 2011 20:51:13 +0000 (15:51 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 19 Dec 2011 20:51:13 +0000 (15:51 -0500)
commit55889409f8d44fab8f7715ec2d66286b857e25e7
tree14f41ff294e1fe1e1eb61594c6227106852a2339
parent4a4c39e7d4f95ffcaa6971c35c4adeb740dcc515
runtime: separate out auto-generated files, take 2

This is like the ill-fated CL 5493063 except that
I have written a shell script (autogen.sh) instead of
thinking I could possibly write a correct Makefile.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5496075
39 files changed:
src/Make.pkg
src/cmd/Makefile
src/make.bash
src/pkg/runtime/Makefile
src/pkg/runtime/asm_386.s
src/pkg/runtime/asm_amd64.s
src/pkg/runtime/asm_arm.s
src/pkg/runtime/autogen.sh [new file with mode: 0755]
src/pkg/runtime/defs1_linux.go
src/pkg/runtime/defs2_linux.go
src/pkg/runtime/defs_arm_linux.go
src/pkg/runtime/defs_darwin.go
src/pkg/runtime/defs_freebsd.go
src/pkg/runtime/defs_linux.go
src/pkg/runtime/defs_netbsd.go
src/pkg/runtime/defs_openbsd.go
src/pkg/runtime/defs_windows.go
src/pkg/runtime/goc2c.c
src/pkg/runtime/lock_futex.c
src/pkg/runtime/lock_sema.c
src/pkg/runtime/mkasmh.sh
src/pkg/runtime/mkgodefs.sh
src/pkg/runtime/mkversion.c
src/pkg/runtime/rt0_windows_amd64.s
src/pkg/runtime/signal_darwin_amd64.c
src/pkg/runtime/sys_darwin_386.s
src/pkg/runtime/sys_darwin_amd64.s
src/pkg/runtime/sys_freebsd_386.s
src/pkg/runtime/sys_freebsd_amd64.s
src/pkg/runtime/sys_linux_386.s
src/pkg/runtime/sys_linux_amd64.s
src/pkg/runtime/sys_linux_arm.s
src/pkg/runtime/sys_netbsd_386.s
src/pkg/runtime/sys_netbsd_amd64.s
src/pkg/runtime/sys_openbsd_386.s
src/pkg/runtime/sys_openbsd_amd64.s
src/pkg/runtime/sys_plan9_386.s
src/pkg/runtime/sys_windows_386.s
src/pkg/runtime/sys_windows_amd64.s