From: Christopher Wedgwood Date: Wed, 23 Jun 2010 05:08:27 +0000 (+1000) Subject: Build draw/x11. Skip for test. X-Git-Tag: weekly.2010-07-01~55 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=57e188874150d31114575400c884cfd9fe5b7976;p=gostls13.git Build draw/x11. Skip for test. R=nigeltao_golang CC=golang-dev, r, rsc https://golang.org/cl/1690043 --- diff --git a/src/pkg/Makefile b/src/pkg/Makefile index 1bbb91bfeb..e489b71d47 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -66,6 +66,7 @@ DIRS=\ exp/bignum\ exp/datafmt\ exp/draw\ + exp/draw/x11\ exp/eval\ exp/iterable\ expvar\ @@ -130,6 +131,7 @@ DIRS=\ NOTEST=\ debug/proc\ + exp/draw/x11\ go/ast\ go/doc\ go/token\