aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/make.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-03-04 17:04:50 -0800
committerRuss Cox <rsc@golang.org>2010-03-04 17:04:50 -0800
commit3e4e4ec70455ed2122377be894acde07cbc46934 (patch)
tree30c893210b203e418bb9be3448740ee8f1b85e29 /src/cmd/make.bash
parente6cd011e6875000d652c2c6631f7fa5e8f2d869a (diff)
downloadgo-3e4e4ec70455ed2122377be894acde07cbc46934.tar.xz
goinstall: an experiment in (external) package installation
R=adg, r CC=cw, golang-dev https://golang.org/cl/224043
Diffstat (limited to 'src/cmd/make.bash')
-rwxr-xr-xsrc/cmd/make.bash5
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