From 210db235ff6ad1339b2726bdb2d038865ca84b9e Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 20 May 2009 11:12:05 -0700 Subject: clear out pkg tree in clean.bash. 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 --- src/clean.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/clean.bash b/src/clean.bash index 4b6c6d73d..c4c74dde7 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. -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 -- cgit v1.2.3