diff options
Diffstat (limited to 'src/cmd/make.bash')
| -rwxr-xr-x | src/cmd/make.bash | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/cmd/make.bash b/src/cmd/make.bash index db96c94a8a..d0fda7d183 100755 --- a/src/cmd/make.bash +++ b/src/cmd/make.bash @@ -20,7 +20,10 @@ bash mkenam "$GOBIN"/gomake enam.o cd .. -for i in cc ${O}l ${O}a ${O}c gc ${O}g gopack nm cov godefs prof gotest +# Note: commands written in Go are not listed here. +# They are in ../make.bash so that they can be built +# after the Go libraries on which they depend. +for i in cc ${O}l ${O}a ${O}c gc ${O}g cov godefs gopack gotest nm prof do echo; echo; echo %%%% making $i %%%%; echo cd $i |
