diff options
| author | Russ Cox <rsc@golang.org> | 2009-06-05 10:59:55 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2009-06-05 10:59:55 -0700 |
| commit | 6609d2f88d05666e504e8bfc2b0656f09be9a73c (patch) | |
| tree | 95be254f79134e2709431c95f6ddfea42bfca2e6 /src/lib | |
| parent | b014be75d222e684ff34c94cd27aba88968dd36f (diff) | |
| download | go-6609d2f88d05666e504e8bfc2b0656f09be9a73c.tar.xz | |
restructure makefiles, scripts to factor out O= logic.
remove a few hardcoded paths elsewhere too.
R=r,gri
DELTA=123 (44 added, 15 deleted, 64 changed)
OCL=29914
CL=29945
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/Makefile b/src/lib/Makefile index bdcfa0194e..6627f586e7 100644 --- a/src/lib/Makefile +++ b/src/lib/Makefile @@ -11,8 +11,6 @@ all: install -GC=6g - DIRS=\ bignum\ bufio\ |
