aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/make.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2008-09-19 11:55:46 -0700
committerRuss Cox <rsc@golang.org>2008-09-19 11:55:46 -0700
commit72e3b204e4f535a40f8465b8fc2434330496885e (patch)
tree055340b3e873075cb614c76da1988dcb00a4bd63 /src/runtime/make.bash
parent26adb31c30252d7a1821f920b845ae35dd9efa3f (diff)
downloadgo-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.bash9
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
-