aboutsummaryrefslogtreecommitdiff
path: root/src/make.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/make.bash')
-rwxr-xr-xsrc/make.bash9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/make.bash b/src/make.bash
index 2d17e798f2..f2543b553d 100755
--- a/src/make.bash
+++ b/src/make.bash
@@ -18,3 +18,12 @@ do
bash make.bash
cd ..
done
+
+# do these after go compiler and runtime are built
+for i in syscall
+do
+ echo; echo; echo %%%% making $i %%%%; echo
+ cd $i
+ make install
+ cd ..
+done