diff options
| author | Robert Griesemer <gri@golang.org> | 2011-10-11 17:43:10 -0700 |
|---|---|---|
| committer | Robert Griesemer <gri@golang.org> | 2011-10-11 17:43:10 -0700 |
| commit | e58a77809d5d31317f64bfc5b8a96e2fb093bae4 (patch) | |
| tree | fb62711a5af41a47f981952dcca454841b8caac5 /src/pkg/Makefile | |
| parent | 9b8cdad8aa619beb3be7e912fcb23a76cb73e622 (diff) | |
| download | go-e58a77809d5d31317f64bfc5b8a96e2fb093bae4.tar.xz | |
ebnf, ebnflint: move under exp
pkg/ebnf -> pkg/exp/ebnf
cmd/ebnflint -> pkg/exp/ebnflint
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5188042
Diffstat (limited to 'src/pkg/Makefile')
| -rw-r--r-- | src/pkg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile index e833fcfbba..321b463b13 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -68,7 +68,6 @@ DIRS=\ debug/elf\ debug/gosym\ debug/pe\ - ebnf\ encoding/ascii85\ encoding/base32\ encoding/base64\ @@ -78,6 +77,8 @@ DIRS=\ encoding/pem\ exec\ exp/datafmt\ + exp/ebnf\ + exp/ebnflint\ exp/gui\ exp/gui/x11\ exp/norm\ @@ -173,7 +174,6 @@ DIRS=\ websocket\ xml\ ../cmd/cgo\ - ../cmd/ebnflint\ ../cmd/godoc\ ../cmd/gofix\ ../cmd/gofmt\ @@ -201,6 +201,7 @@ NOTEST+=\ crypto\ crypto/openpgp/error\ crypto/x509/pkix\ + exp/ebnflint\ exp/gui\ exp/gui/x11\ exp/sql/driver\ @@ -220,7 +221,6 @@ NOTEST+=\ testing\ testing/iotest\ ../cmd/cgo\ - ../cmd/ebnflint\ ../cmd/godoc\ ../cmd/gotest\ ../cmd/goyacc\ |
