diff options
| author | Russ Cox <rsc@golang.org> | 2012-01-30 23:43:46 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2012-01-30 23:43:46 -0500 |
| commit | 2050a9e47865450299d50d1364744b0945546dce (patch) | |
| tree | cd70d8a9cc95913405ba247857613a559e6f84c0 /src/pkg/database/sql | |
| parent | 00e9a54dad85724961dce513efbc835fd8365d5e (diff) | |
| download | go-2050a9e47865450299d50d1364744b0945546dce.tar.xz | |
build: remove Make.pkg, Make.tool
Consequently, remove many package Makefiles,
and shorten the few that remain.
gomake becomes 'go tool make'.
Turn off test phases of run.bash that do not work,
flagged with $BROKEN. Future CLs will restore these,
but this seemed like a big enough CL already.
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5601057
Diffstat (limited to 'src/pkg/database/sql')
| -rw-r--r-- | src/pkg/database/sql/Makefile | 12 | ||||
| -rw-r--r-- | src/pkg/database/sql/driver/Makefile | 12 |
2 files changed, 0 insertions, 24 deletions
diff --git a/src/pkg/database/sql/Makefile b/src/pkg/database/sql/Makefile deleted file mode 100644 index b8dd59a7f1..0000000000 --- a/src/pkg/database/sql/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 2011 The Go Authors. All rights reserved. -# Use of this source code is governed by a BSD-style -# license that can be found in the LICENSE file. - -include ../../../Make.inc - -TARG=database/sql -GOFILES=\ - convert.go\ - sql.go\ - -include ../../../Make.pkg diff --git a/src/pkg/database/sql/driver/Makefile b/src/pkg/database/sql/driver/Makefile deleted file mode 100644 index 564aaa6899..0000000000 --- a/src/pkg/database/sql/driver/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 2011 The Go Authors. All rights reserved. -# Use of this source code is governed by a BSD-style -# license that can be found in the LICENSE file. - -include ../../../../Make.inc - -TARG=database/sql/driver -GOFILES=\ - driver.go\ - types.go\ - -include ../../../../Make.pkg |
