diff options
| author | Rob Pike <r@golang.org> | 2008-07-09 16:09:48 -0700 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2008-07-09 16:09:48 -0700 |
| commit | 92bb676290cd129969e9c8b9ce2033cd49894214 (patch) | |
| tree | 4bcf59276ca75605d829553e709b8dcdf139cd5f /src/lib/make.bash | |
| parent | 12c81a0ce88f6a66bceb06952700c65e5b9dde4c (diff) | |
| download | go-92bb676290cd129969e9c8b9ce2033cd49894214.tar.xz | |
build packages automatically
SVN=126577
Diffstat (limited to 'src/lib/make.bash')
| -rwxr-xr-x | src/lib/make.bash | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lib/make.bash b/src/lib/make.bash new file mode 100755 index 0000000000..88c97c1388 --- /dev/null +++ b/src/lib/make.bash @@ -0,0 +1,10 @@ +# 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. + +#!/bin/bash + +rm -f *.6 +6g fmt.go +6g container/vector.go +mv *.6 $GOROOT/pkg |
