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 | fa5af45f7a40ae8038cbd320e5c0dd697f6812a0 (patch) | |
tree | 50fd6e9596e318b9bc146a72e7b974b8e0f1827e /src/pkg/crypto/Makefile | |
parent | ffd34135226e6031aef56d974ca4c78d42076fed (diff) | |
download | go-fa5af45f7a40ae8038cbd320e5c0dd697f6812a0.tar.gz |
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
http://codereview.appspot.com/5601057
Diffstat (limited to 'src/pkg/crypto/Makefile')
-rw-r--r-- | src/pkg/crypto/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/pkg/crypto/Makefile b/src/pkg/crypto/Makefile deleted file mode 100644 index 738a52062..000000000 --- a/src/pkg/crypto/Makefile +++ /dev/null @@ -1,11 +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=crypto -GOFILES=\ - crypto.go\ - -include ../../Make.pkg |