Commit df28e14e authored by Rob Pike's avatar Rob Pike

add a setup document, and tweak the scripts that it mentions

SVN=122175
parent 2bba3a61
......@@ -3,7 +3,6 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
for i in 6l 6a 6c 6g gc cc
do
cd $i
......
#!/bin/bash
# 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.
for i in cmd runtime
do
cd $i
bash make.bash
cd ..
done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment