aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/nm
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2012-02-06 13:34:25 -0500
committerRuss Cox <rsc@golang.org>2012-02-06 13:34:25 -0500
commitfec7fa8b9deb5f0c08c546ad2ba121d78e104163 (patch)
tree6da77ebc491bd624387f51e0e73c969636b3503e /src/cmd/nm
parente335ec98b5f897afee90462bd95cf3cec42e115a (diff)
downloadgo-fec7fa8b9deb5f0c08c546ad2ba121d78e104163.tar.xz
build: delete make paraphernalia
As a convenience to people working on the tools, leave Makefiles that invoke the go dist tool appropriately. They are not used during the build. R=golang-dev, bradfitz, n13m3y3r, gustavo CC=golang-dev https://golang.org/cl/5636050
Diffstat (limited to 'src/cmd/nm')
-rw-r--r--src/cmd/nm/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/cmd/nm/Makefile b/src/cmd/nm/Makefile
index f2a89d83f5..3f528d7517 100644
--- a/src/cmd/nm/Makefile
+++ b/src/cmd/nm/Makefile
@@ -1,15 +1,5 @@
-# Copyright 2009 The Go Authors. All rights reserved.
+# Copyright 2012 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
-O:=$(HOST_O)
-
-# The directory is nm because the source is portable and general.
-# We call the binary 6nm to avoid confusion with the host nm.
-
-TARG=nm
-OFILES=\
- nm.$O\
-
-include ../../Make.ctool
+include ../../Make.dist