aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Langley <agl@golang.org>2012-01-15 10:41:16 -0500
committerAdam Langley <agl@golang.org>2012-01-15 10:41:16 -0500
commit1019eda9d84c68368db5ed6d603ed645b6a120db (patch)
treea96d70d39fea50054ef87d6ef8b7be3e6614a9e0
parent026f8dfb94b1d4c85ddde081fd10956909918589 (diff)
downloadgo-1019eda9d84c68368db5ed6d603ed645b6a120db.tar.gz
go-1019eda9d84c68368db5ed6d603ed645b6a120db.zip
exp/terminal: still trying to unbreak non-Linux builds.
R=golang-dev CC=golang-dev https://golang.org/cl/5542050
-rw-r--r--src/pkg/Makefile1
-rw-r--r--src/pkg/exp/terminal/terminal.go2
-rw-r--r--src/pkg/exp/terminal/terminal_test.go2
3 files changed, 0 insertions, 5 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile
index 47e6a51745..0b8a1d16f1 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -186,7 +186,6 @@ DIRS=\
ifeq ($(GOOS),linux)
DIRS+=\
exp/inotify\
- exp/terminal\
endif
diff --git a/src/pkg/exp/terminal/terminal.go b/src/pkg/exp/terminal/terminal.go
index 5fd862e595..c3ba5bde2e 100644
--- a/src/pkg/exp/terminal/terminal.go
+++ b/src/pkg/exp/terminal/terminal.go
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build linux
-
package terminal
import (
diff --git a/src/pkg/exp/terminal/terminal_test.go b/src/pkg/exp/terminal/terminal_test.go
index 75628f695e..a2197210e2 100644
--- a/src/pkg/exp/terminal/terminal_test.go
+++ b/src/pkg/exp/terminal/terminal_test.go
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build linux
-
package terminal
import (