Commit d45442ed authored by Robert Griesemer's avatar Robert Griesemer

fix build

R=rsc
DELTA=5  (0 added, 1 deleted, 4 changed)
OCL=30343
CL=30343
parent f05c0414
......@@ -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
......
......@@ -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)
......
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