1
0
mirror of https://github.com/golang/go synced 2024-11-19 15:05:00 -07:00

add goyacc to the build

R=rsc
CC=go-dev
http://go/go-review/1018034
This commit is contained in:
Rob Pike 2009-11-03 22:48:48 -08:00
parent 472576c615
commit 796e29ebfc
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 cc 6l 6a 6c 8l 8a 8c 8g 5l 5a 5c 5g gc 6g gopack nm cgo cov ebnflint godefs godoc gofmt prof gotest
for i in cc 6l 6a 6c 8l 8a 8c 8g 5l 5a 5c 5g gc 6g gopack nm cgo cov ebnflint godefs godoc gofmt prof gotest goyacc
do
cd $i
make clean

View File

@ -20,7 +20,7 @@ CC=${CC:-gcc}
sed -e "s|@CC@|$CC|" < quietgcc.bash > $GOBIN/quietgcc
chmod +x $GOBIN/quietgcc
for i in lib9 libbio libmach cmd pkg libcgo cmd/cgo cmd/ebnflint cmd/godoc cmd/gofmt
for i in lib9 libbio libmach cmd pkg libcgo cmd/cgo cmd/ebnflint cmd/godoc cmd/gofmt cmd/goyacc
do
case "$i-$GOOS" in
libcgo-nacl)