diff options
Diffstat (limited to 'src/make.bash')
| -rwxr-xr-x | src/make.bash | 9 |
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 |
