From 3e4e4ec70455ed2122377be894acde07cbc46934 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 4 Mar 2010 17:04:50 -0800 Subject: goinstall: an experiment in (external) package installation R=adg, r CC=cw, golang-dev https://golang.org/cl/224043 --- src/cmd/make.bash | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/cmd/make.bash') 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 -- cgit v1.3