]> Cypherpunks repositories - gostls13.git/commitdiff
delete blyacc
authorRuss Cox <rsc@golang.org>
Tue, 6 Jan 2009 17:53:38 +0000 (09:53 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 6 Jan 2009 17:53:38 +0000 (09:53 -0800)
R=r
DELTA=3562  (0 added, 3560 deleted, 2 changed)
OCL=22112
CL=22114

src/cmd/clean.bash
src/cmd/make.bash

index cc5d5ae66bea887a9d3c4f1b4255d05978dd4a68..615aaad9b603f9093dba3c82b8fa15133cc5b71e 100644 (file)
@@ -3,7 +3,7 @@
 # Use of this source code is governed by a BSD-style
 # license that can be found in the LICENSE file.
 
-for i in cc 6l 6a 6c gc 6g ar db nm blyacc acid cov gobuild prof gotest
+for i in cc 6l 6a 6c gc 6g ar db nm acid cov gobuild prof gotest
 do
        cd $i
        make clean
index 1e29ae76b5a6cac4b4a632cff3cea6a5bdd524ca..36dd2bd2470c1eabc031a67519706484223885aa 100644 (file)
@@ -12,7 +12,7 @@ bash mkenam
 make enam.o
 cd ..
 
-for i in cc 6l 6a 6c gc 6g ar db nm blyacc acid cov gobuild prof gotest
+for i in cc 6l 6a 6c gc 6g ar db nm acid cov gobuild prof gotest
 do
        echo; echo; echo %%%% making $i %%%%; echo
        cd $i