aboutsummaryrefslogtreecommitdiff
path: root/src/clean.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2008-09-26 14:11:26 -0700
committerRuss Cox <rsc@golang.org>2008-09-26 14:11:26 -0700
commit6201a963f1ea19e1473dc13f4d5f397a9eac543a (patch)
tree26c67a72dec44faba761ffd9fac52a927ec58ffe /src/clean.bash
parent2662aad7b788cd0bda630d45f659dc12211adc8a (diff)
downloadgo-6201a963f1ea19e1473dc13f4d5f397a9eac543a.tar.gz
go-6201a963f1ea19e1473dc13f4d5f397a9eac543a.zip
move src/syscall to src/lib/syscall.
enforce rule: all kernel data structures and constants go in syscall module. move things that should be in syscall out of net. make net a single package. R=r OCL=15985 CL=15994
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 36b0c99fb5..b381c1137f 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 libregexp syscall cmd runtime lib
+for i in lib9 libbio libmach_amd64 libregexp cmd runtime lib
do
cd $i
case $i in