aboutsummaryrefslogtreecommitdiff
path: root/src/lib/make.bash
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2008-07-09 16:09:48 -0700
committerRob Pike <r@golang.org>2008-07-09 16:09:48 -0700
commit92bb676290cd129969e9c8b9ce2033cd49894214 (patch)
tree4bcf59276ca75605d829553e709b8dcdf139cd5f /src/lib/make.bash
parent12c81a0ce88f6a66bceb06952700c65e5b9dde4c (diff)
downloadgo-92bb676290cd129969e9c8b9ce2033cd49894214.tar.xz
build packages automatically
SVN=126577
Diffstat (limited to 'src/lib/make.bash')
-rwxr-xr-xsrc/lib/make.bash10
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