Commit 92bb6762 authored by Rob Pike's avatar Rob Pike

build packages automatically

SVN=126577
parent 12c81a0c
......@@ -10,7 +10,7 @@ do
cd ..
done
for i in cmd runtime
for i in cmd runtime lib
do
cd $i
bash clean.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.
#!/bin/bash
rm -f $GOROOT/pkg/*
# 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
......@@ -12,7 +12,7 @@ do
cd ..
done
for i in cmd runtime
for i in cmd runtime lib
do
cd $i
bash make.bash
......
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