]> Cypherpunks repositories - gostls13.git/commitdiff
go/build: delete Makefile
authorRob Pike <r@golang.org>
Wed, 7 Mar 2012 03:10:49 +0000 (14:10 +1100)
committerRob Pike <r@golang.org>
Wed, 7 Mar 2012 03:10:49 +0000 (14:10 +1100)
We can write syslist.go by hand.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5757057

src/pkg/go/build/Makefile [deleted file]
src/pkg/go/build/syslist.go

diff --git a/src/pkg/go/build/Makefile b/src/pkg/go/build/Makefile
deleted file mode 100644 (file)
index 3bb3912..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 2009 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.
-
-syslist.go: ../../../Make.inc Makefile
-       echo '// Generated automatically by make.' >$@
-       echo >>$@
-       echo 'package build' >>$@
-       echo >>$@
-       echo 'const goosList = "$(GOOS_LIST)"' >>$@
-       echo 'const goarchList = "$(GOARCH_LIST)"' >>$@
index 8a2db8fa336d343d671f5dfa18e196c2418e9dd9..ea21f3c74bb83b33a9fb6fc892e1f2e76d1f52d4 100644 (file)
@@ -1,4 +1,6 @@
-// Generated automatically by make.
+// 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.
 
 package build