1
0
mirror of https://github.com/golang/go synced 2024-11-26 14:26:51 -07:00

add gobuild to build

R=r
DELTA=2  (0 added, 0 deleted, 2 changed)
OCL=19404
CL=19415
This commit is contained in:
Russ Cox 2008-11-17 16:59:04 -08:00
parent 7692a93173
commit 3f548cd2d9
2 changed files with 2 additions and 2 deletions

View 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 6l 6a 6c 6g gc cc ar db nm blyacc acid cov prof
for i in cc 6l 6a 6c gc 6g ar db nm blyacc acid cov gobuild prof
do
cd $i
make clean

View 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 prof
for i in cc 6l 6a 6c gc 6g ar db nm blyacc acid cov gobuild prof
do
echo; echo; echo %%%% making $i %%%%; echo
cd $i