summaryrefslogtreecommitdiff
path: root/src/lib/make.bash
diff options
context:
space:
mode:
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 000000000..88c97c138
--- /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