Skip to content

Commit

Permalink
clear out pkg tree in clean.bash.
Browse files Browse the repository at this point in the history
rename place-holder to _place_holder_ so it can be avoided.

R=r
DELTA=5  (2 added, 2 deleted, 1 changed)
OCL=29093
CL=29097
  • Loading branch information
rsc committed May 20, 2009
1 parent c1fd171 commit 04d8605
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/clean.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

rm -f $GOROOT/pkg/*.[6a]
rm -rf $GOROOT/pkg/[0-9a-zA-Z_]*
rm -f $GOROOT/lib/*.[6a]
for i in lib9 libbio libmach_amd64 libregexp cmd runtime lib
do
Expand Down

0 comments on commit 04d8605

Please sign in to comment.