aboutsummaryrefslogtreecommitdiff
path: root/src/clean.bash
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2008-08-07 17:36:50 -0700
committerRob Pike <r@golang.org>2008-08-07 17:36:50 -0700
commitfa7d54ff2e5a3947bfcfa6b7d7a2a0f89daf3db6 (patch)
treea35b540003706dc2f9c7ae86d3c04558fd1a4646 /src/clean.bash
parente3fc124640d01395183d53d1c053b5236883b12f (diff)
downloadgo-fa7d54ff2e5a3947bfcfa6b7d7a2a0f89daf3db6.tar.gz
go-fa7d54ff2e5a3947bfcfa6b7d7a2a0f89daf3db6.zip
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
Diffstat (limited to 'src/clean.bash')
-rwxr-xr-xsrc/clean.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clean.bash b/src/clean.bash
index 4d417eb242..dd727ac608 100755
--- a/src/clean.bash
+++ b/src/clean.bash
@@ -3,7 +3,7 @@
# 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 libmach_amd64
+for i in lib9 libbio libmach_amd64 syscall
do
cd $i
make clean