Commit 3f548cd2 authored by Russ Cox's avatar Russ Cox

add gobuild to build

R=r
DELTA=2  (0 added, 0 deleted, 2 changed)
OCL=19404
CL=19415
parent 7692a931
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Use of this source code is governed by a BSD-style # Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file. # 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 do
cd $i cd $i
make clean make clean
......
...@@ -12,7 +12,7 @@ bash mkenam ...@@ -12,7 +12,7 @@ bash mkenam
make enam.o make enam.o
cd .. 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 do
echo; echo; echo %%%% making $i %%%%; echo echo; echo; echo %%%% making $i %%%%; echo
cd $i cd $i
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment