From 72e3b204e4f535a40f8465b8fc2434330496885e Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Fri, 19 Sep 2008 11:55:46 -0700 Subject: 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 --- src/runtime/make.bash | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/runtime/make.bash (limited to 'src/runtime/make.bash') 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 - -- cgit v1.3-5-g9baa