From 69b74c3953eac1a28febb893d1e8e383ffbe5209 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Thu, 12 Jun 2008 13:26:16 -0700 Subject: import the plan 9 libraries libc (lib9) and libbio into the tree. remove the dependency on /home/r. SVN=122482 --- src/make.bash | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/make.bash') 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 -- cgit v1.3-5-g9baa