]> Cypherpunks repositories - gostls13.git/commitdiff
clear out pkg tree in clean.bash.
authorRuss Cox <rsc@golang.org>
Wed, 20 May 2009 18:12:05 +0000 (11:12 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 20 May 2009 18:12:05 +0000 (11:12 -0700)
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

pkg/~place-holder~ [moved from pkg/place-holder with 100% similarity]
src/clean.bash

similarity index 100%
rename from pkg/place-holder
rename to pkg/~place-holder~
index 4b6c6d73dc4fc23b11312a165dbb3e394f891313..c4c74dde7a023b50440b94960d78c70a12ba265c 100755 (executable)
@@ -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