aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/make.bash
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2008-06-25 20:58:35 -0700
committerRob Pike <r@golang.org>2008-06-25 20:58:35 -0700
commit250a091922af9661dd1f190e74cdddf55ba331c4 (patch)
treec36a7adb9042e7310782bf04e223bfd4b99387df /src/cmd/make.bash
parente90ae879d6b9b1a936247f6905a4bce322c3b47b (diff)
downloadgo-250a091922af9661dd1f190e74cdddf55ba331c4.tar.xz
add plan 9 ar, which understands our symbol tables
SVN=124761
Diffstat (limited to 'src/cmd/make.bash')
-rw-r--r--src/cmd/make.bash5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cmd/make.bash b/src/cmd/make.bash
index 349aa39540..d705a51ce5 100644
--- a/src/cmd/make.bash
+++ b/src/cmd/make.bash
@@ -41,6 +41,11 @@ cd 6g
make install
cd ..
+echo; echo; echo %%%% making ar %%%%; echo
+cd ar
+make install
+cd ..
+
echo; echo; echo %%%% making db %%%%; echo
cd db
make install