From fa7d54ff2e5a3947bfcfa6b7d7a2a0f89daf3db6 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Thu, 7 Aug 2008 17:36:50 -0700 Subject: include syscall in default build fix an issue with autolib names by compiling to target location print a bit more when compiling R=gri OCL=13988 CL=13988 --- src/make.bash | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/make.bash') 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 -- cgit v1.3