os: make compatible with go/build
It is probably a mistake to have these here at all -
os is supposed to be portable - but this only fixes
the build issue.
On Wed, Dec 14, 2011 at 00:11, Rob 'Commander' Pike <r@google.com> wrote: > you're not ...
13 years, 3 months ago
(2011-12-14 05:28:53 UTC)
#3
On Wed, Dec 14, 2011 at 00:11, Rob 'Commander' Pike <r@google.com> wrote:
> you're not explaining the problem you're trying to fix here, and i can't
decode it from the CLs.
Sorry. The general problem is making the directories be
compatible with what we've laid out for goinstall to be able
to know how to build them without any extra instructions.
And by goinstall I really mean package go/build and thus
also the new go tool (same rules).
In this case, the Makefile is generating some files during
the build. Instead of doing that, I've generated the files
and added them to the repository.
There is a separate problem - I don't think these files should
be here at all - but I've created issue 2562 for that. This is
just about making os build with automatic tools.
Russ
On Thu, Dec 15, 2011 at 11:18, Rob 'Commander' Pike <r@google.com> wrote: > i commented ...
13 years, 3 months ago
(2011-12-15 16:24:41 UTC)
#12
On Thu, Dec 15, 2011 at 11:18, Rob 'Commander' Pike <r@google.com> wrote:
> i commented yesterday about the bad comments in the generated files. you
didn't respond yet.
sorry, missed that behind ian's.
http://codereview.appspot.com/5487073/diff/7002/src/pkg/os/zsignal_freebsd_386.go File src/pkg/os/zsignal_freebsd_386.go (right): http://codereview.appspot.com/5487073/diff/7002/src/pkg/os/zsignal_freebsd_386.go#newcode3 src/pkg/os/zsignal_freebsd_386.go:3: // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT ...
13 years, 3 months ago
(2011-12-15 17:14:52 UTC)
#13
Issue 5487073: code review 5487073: os: make compatible with go/build
(Closed)
Created 13 years, 3 months ago by rsc
Modified 13 years, 3 months ago
Reviewers:
Base URL:
Comments: 5