http://codereview.appspot.com/5615058/diff/3/src/make.bash File src/make.bash (right): http://codereview.appspot.com/5615058/diff/3/src/make.bash#newcode12 src/make.bash:12: # Test for bad ld. Why is this in ...
13 years, 1 month ago
(2012-02-03 08:42:47 UTC)
#2
bradfitz@golang.org once said: > http://codereview.appspot.com/5615058/diff/3/src/make.bash#newcode12 > src/make.bash:12: # Test for bad ld. > Why is ...
13 years, 1 month ago
(2012-02-03 08:55:32 UTC)
#3
bradfitz@golang.org once said:
> http://codereview.appspot.com/5615058/diff/3/src/make.bash#newcode12
> src/make.bash:12: # Test for bad ld.
> Why is this in make.bash and in dist?
>
> $ grep gold *.c
> build.c: if(contains(bstr(&b), "gold") && contains(bstr(&b), " 2.20")) {
> build.c: fatal("Your system has gold 2.20 installed.\n"
> build.c: "Run sudo apt-get remove binutils-gold.");
This check will be removed from dist in CL 5622058.
Anthony
On Fri, Feb 3, 2012 at 03:42, <bradfitz@golang.org> wrote: > isn't this done in all.bash ...
13 years, 1 month ago
(2012-02-03 14:43:21 UTC)
#4
On Fri, Feb 3, 2012 at 03:42, <bradfitz@golang.org> wrote:
> isn't this done in all.bash too? oh, or that just sources this.
Yes. I should add a flag to avoid printing the
'installed' message twice; that's not what's
in the shell scripts right now. It prints the message
both at the end of make.bash (in case that's all
you're running) and at the end of all.bash.
Russ
On Fri, Feb 3, 2012 at 14:18, <r@golang.org> wrote: > raising a related question: s/go_bootstrap/bootstrap/ ...
13 years, 1 month ago
(2012-02-03 19:38:08 UTC)
#7
On Fri, Feb 3, 2012 at 14:18, <r@golang.org> wrote:
> raising a related question: s/go_bootstrap/bootstrap/
maybe, but maybe not. it doesn't last beyond the build,
and it helps to know that it is the go tool, just in bootstrap form.
On 04/02/2012, at 6:38 AM, Russ Cox wrote: > On Fri, Feb 3, 2012 at ...
13 years, 1 month ago
(2012-02-03 19:39:35 UTC)
#8
On 04/02/2012, at 6:38 AM, Russ Cox wrote:
> On Fri, Feb 3, 2012 at 14:18, <r@golang.org> wrote:
>> raising a related question: s/go_bootstrap/bootstrap/
>
> maybe, but maybe not. it doesn't last beyond the build,
> and it helps to know that it is the go tool, just in bootstrap form.
stet is fine. just asking.
-rob
LGTM "banner" is a much nicer named than "installed", too. On Fri, Feb 3, 2012 ...
13 years, 1 month ago
(2012-02-03 20:26:10 UTC)
#11
LGTM
"banner" is a much nicer named than "installed", too.
On Fri, Feb 3, 2012 at 12:21 PM, Russ Cox <rsc@golang.org> wrote:
> (Oh, and this actually runs all.bash to completion now.)
>
LGTM "banner" is a much nicer named than "installed", too. On Fri, Feb 3, 2012 ...
13 years, 1 month ago
(2012-02-03 20:26:45 UTC)
#12
LGTM
"banner" is a much nicer named than "installed", too.
On Fri, Feb 3, 2012 at 12:21 PM, Russ Cox <rsc@golang.org> wrote:
> (Oh, and this actually runs all.bash to completion now.)
>
Issue 5615058: code review 5615058: build: use cmd/dist
(Closed)
Created 13 years, 1 month ago by rsc
Modified 13 years, 1 month ago
Reviewers:
Base URL:
Comments: 2