From 2050a9e47865450299d50d1364744b0945546dce Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 30 Jan 2012 23:43:46 -0500 Subject: 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 --- src/pkg/database/sql/Makefile | 12 ------------ src/pkg/database/sql/driver/Makefile | 12 ------------ 2 files changed, 24 deletions(-) delete mode 100644 src/pkg/database/sql/Makefile delete mode 100644 src/pkg/database/sql/driver/Makefile (limited to 'src/pkg/database/sql') 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 -- cgit v1.3