1
0
mirror of https://github.com/golang/go synced 2024-11-18 11:04:42 -07:00

fix build

R=rsc
DELTA=5  (0 added, 1 deleted, 4 changed)
OCL=30343
CL=30343
This commit is contained in:
Robert Griesemer 2009-06-16 09:39:57 -07:00
parent f05c04146e
commit d45442ed65
2 changed files with 4 additions and 5 deletions

View File

@ -18,7 +18,7 @@ bash mkenam
make enam.o
cd ..
for i in cc ${O}l ${O}a ${O}c gc ${O}g ar db nm acid cov godefs godoc prof gotest
for i in cc ${O}l ${O}a ${O}c gc ${O}g ar db nm acid cov godefs prof gotest
do
echo; echo; echo %%%% making $i %%%%; echo
cd $i

View File

@ -18,8 +18,8 @@ rm -f $HOME/bin/quietgcc
cp quietgcc.bash $HOME/bin/quietgcc
chmod +x $HOME/bin/quietgcc
for i in lib9 libbio libmach_amd64 libregexp cmd pkg cmd/gobuild
do
for i in lib9 libbio libmach_amd64 libregexp cmd pkg cmd/gobuild cmd/godoc
do (
echo; echo; echo %%%% making $i %%%%; echo
cd $i
case $i in
@ -29,8 +29,7 @@ do
*)
make install
esac
cd ..
done
) done
case "`uname`" in
Darwin)