]> Cypherpunks repositories - gostls13.git/commitdiff
exp/terminal: still trying to unbreak non-Linux builds.
authorAdam Langley <agl@golang.org>
Sun, 15 Jan 2012 15:41:16 +0000 (10:41 -0500)
committerAdam Langley <agl@golang.org>
Sun, 15 Jan 2012 15:41:16 +0000 (10:41 -0500)
R=golang-dev
CC=golang-dev
https://golang.org/cl/5542050

src/pkg/Makefile
src/pkg/exp/terminal/terminal.go
src/pkg/exp/terminal/terminal_test.go

index 47e6a5174598e3c5a2bee578330cfda4283a06b7..0b8a1d16f1c18055cd657b0b9b6b83fae9373eb4 100644 (file)
@@ -186,7 +186,6 @@ DIRS=\
 ifeq ($(GOOS),linux)
 DIRS+=\
        exp/inotify\
-       exp/terminal\
 
 endif
 
index 5fd862e59517f58c610c590498ee8158c01a59c0..c3ba5bde2ee6e69b01b7f9e315c1d17bdef7f3ea 100644 (file)
@@ -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 (
index 75628f695e989e41fe5f6e8d48b24955f975dcfe..a2197210e2a8d4da5720b2c797afccd21156011d 100644 (file)
@@ -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 (