diff options
| author | Russ Cox <rsc@golang.org> | 2011-12-16 18:50:40 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2011-12-16 18:50:40 -0500 |
| commit | 86dcc431e9282013eb8ce6cce22c882f37a05147 (patch) | |
| tree | 4d25909755a55f2cfbe8b12624d15e2e08dcf7f8 /src/make.bash | |
| parent | 541b67d051fbd26f3727d4d13c6d2b025af8a775 (diff) | |
| download | go-86dcc431e9282013eb8ce6cce22c882f37a05147.tar.xz | |
runtime: hg revert -r 6ec0a5c12d75
That was the last build that was close to working.
I will try that change again next week.
Make is being very subtle today.
At the reverted-to CL, the ARM traceback appears
to be broken. I'll look into that next week too.
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5492063
Diffstat (limited to 'src/make.bash')
| -rwxr-xr-x | src/make.bash | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/make.bash b/src/make.bash index 21189fe0e6..3580d2a0bd 100755 --- a/src/make.bash +++ b/src/make.bash @@ -78,18 +78,12 @@ done bash "$GOROOT"/src/clean.bash # pkg builds libcgo and the Go programs in cmd. -for i in lib9 libbio libmach cmd +for i in lib9 libbio libmach cmd pkg do echo; echo; echo %%%% making $i %%%%; echo gomake -C $i install done -echo; echo; echo %%%% making runtime generated files %%%%; echo -gomake -C pkg/runtime -f Makefile.auto - -echo; echo; echo %%%% making pkg%%%%; echo -gomake -C pkg install - # Print post-install messages. # Implemented as a function so that all.bash can repeat the output # after run.bash finishes running all the tests. |
