diff options
| author | Rob Pike <r@golang.org> | 2008-10-14 22:16:45 -0700 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2008-10-14 22:16:45 -0700 |
| commit | 84523402fc5dfa661dbef9c53c017d77a2349dcf (patch) | |
| tree | c42e4b589b6f9917025212a9d3f7df1636593c69 /src/lib/clean.bash | |
| parent | 151c0de8bc23f1b4dfea1579e73a186d7ed7d19e (diff) | |
| download | go-84523402fc5dfa661dbef9c53c017d77a2349dcf.tar.xz | |
Make regexp build and install officially
R=rsc
DELTA=335 (172 added, 156 deleted, 7 changed)
OCL=17167
CL=17180
Diffstat (limited to 'src/lib/clean.bash')
| -rwxr-xr-x | src/lib/clean.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/clean.bash b/src/lib/clean.bash index 93bb64a15a..e3d7b612f3 100755 --- a/src/lib/clean.bash +++ b/src/lib/clean.bash @@ -6,7 +6,7 @@ rm -f $GOROOT/pkg/* -for i in syscall os math net time +for i in syscall os math net time http regexp do cd $i make nuke |
