diff options
| author | Russ Cox <rsc@golang.org> | 2008-09-26 14:11:26 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2008-09-26 14:11:26 -0700 |
| commit | 6201a963f1ea19e1473dc13f4d5f397a9eac543a (patch) | |
| tree | 26c67a72dec44faba761ffd9fac52a927ec58ffe /src/make.bash | |
| parent | 2662aad7b788cd0bda630d45f659dc12211adc8a (diff) | |
| download | go-6201a963f1ea19e1473dc13f4d5f397a9eac543a.tar.xz | |
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/make.bash')
| -rwxr-xr-x | src/make.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.bash b/src/make.bash index 037457fb8d..3ff193145e 100755 --- a/src/make.bash +++ b/src/make.bash @@ -8,7 +8,7 @@ export MAKEFLAGS=-j4 bash clean.bash -for i in lib9 libbio libmach_amd64 libregexp cmd runtime syscall lib +for i in lib9 libbio libmach_amd64 libregexp cmd runtime lib do echo; echo; echo %%%% making $i %%%%; echo cd $i |
