summaryrefslogtreecommitdiff
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
commit55232fa73dc01aee4a18415522579c1923f53af7 (patch)
treea35b540003706dc2f9c7ae86d3c04558fd1a4646 /src/clean.bash
parent16a7463a472f20acfb8f50d366cfb130a0368652 (diff)
downloadgo-55232fa73dc01aee4a18415522579c1923f53af7.tar.gz
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 4d417eb24..dd727ac60 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