diff options
| author | Russ Cox <rsc@golang.org> | 2008-09-19 11:55:46 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2008-09-19 11:55:46 -0700 |
| commit | 72e3b204e4f535a40f8465b8fc2434330496885e (patch) | |
| tree | 055340b3e873075cb614c76da1988dcb00a4bd63 /src/runtime/make.bash | |
| parent | 26adb31c30252d7a1821f920b845ae35dd9efa3f (diff) | |
| download | go-72e3b204e4f535a40f8465b8fc2434330496885e.tar.xz | |
add gobuild.
use gobuild-generated Makefile for math and os.
other makefile tweaks.
move math/main.go to test/math.go
R=r
OCL=15529
CL=15537
Diffstat (limited to 'src/runtime/make.bash')
| -rw-r--r-- | src/runtime/make.bash | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/runtime/make.bash b/src/runtime/make.bash deleted file mode 100644 index 8fa8691d9b..0000000000 --- a/src/runtime/make.bash +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 2009 The Go Authors. All rights reserved. -# Use of this source code is governed by a BSD-style -# license that can be found in the LICENSE file. - -set -ex - -make clean -make install - |
