aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-06-05 10:59:55 -0700
committerRuss Cox <rsc@golang.org>2009-06-05 10:59:55 -0700
commit6609d2f88d05666e504e8bfc2b0656f09be9a73c (patch)
tree95be254f79134e2709431c95f6ddfea42bfca2e6 /src/lib
parentb014be75d222e684ff34c94cd27aba88968dd36f (diff)
downloadgo-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/Makefile2
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\