aboutsummaryrefslogtreecommitdiff
path: root/src/make.bash
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2008-06-12 13:26:16 -0700
committerRob Pike <r@golang.org>2008-06-12 13:26:16 -0700
commit69b74c3953eac1a28febb893d1e8e383ffbe5209 (patch)
treef571b5448e5f72870de933c01d9a6dcf04879e85 /src/make.bash
parenta40a79829ff1b4ba8230d10346f4029674364b17 (diff)
downloadgo-69b74c3953eac1a28febb893d1e8e383ffbe5209.tar.xz
import the plan 9 libraries libc (lib9) and libbio into the tree.
remove the dependency on /home/r. SVN=122482
Diffstat (limited to 'src/make.bash')
-rwxr-xr-xsrc/make.bash7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/make.bash b/src/make.bash
index 9a21cfe2da..e81a2a4e5f 100755
--- a/src/make.bash
+++ b/src/make.bash
@@ -3,6 +3,13 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
+for i in lib9 libbio
+do
+ cd $i
+ make install
+ cd ..
+done
+
for i in cmd runtime
do
cd $i