diff options
author | Russ Cox <rsc@golang.org> | 2009-04-16 20:52:13 -0700 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2009-04-16 20:52:13 -0700 |
commit | 1a5a70789067ecf10d6a560c873c8a5552c6e82d (patch) | |
tree | 61e901735722fceb52ace51d3d52d258e4f93d34 /src/lib/regexp/all_test.go | |
parent | f8e07e4dac6e0118561d91dbd76b0abe349ec477 (diff) | |
download | golang-1a5a70789067ecf10d6a560c873c8a5552c6e82d.tar.gz |
build packages in obj/ subdirectory that mimics $GOROOT/pkg.
for example, if building in src/lib/container,
objects go in obj/container/, so that 6g -Iobj
will find "container/vector".
install packages in hierarchy in $GOROOT.
this change only updates gobuild.
another change will have to update all
the sources to refer to "container/vector" etc
and regenerate all the Makefiles.
there are some pretty lame functions here
(e.g., Mkdir, Remove, the Getenv("PWD"))
but i will implement better ones in another CL.
R=r
DELTA=117 (99 added, 2 deleted, 16 changed)
OCL=27550
CL=27574
Diffstat (limited to 'src/lib/regexp/all_test.go')
0 files changed, 0 insertions, 0 deletions