mirror of
https://github.com/golang/go
synced 2024-11-25 07:57:56 -07:00
gotype: move to exp/gotype per Go 1 plan
R=r, dsymonds CC=golang-dev https://golang.org/cl/5269043
This commit is contained in:
parent
da7538c29c
commit
812249fe5e
@ -43,7 +43,6 @@ CLEANDIRS=\
|
|||||||
gofmt\
|
gofmt\
|
||||||
goinstall\
|
goinstall\
|
||||||
gotest\
|
gotest\
|
||||||
gotype\
|
|
||||||
goyacc\
|
goyacc\
|
||||||
hgpatch\
|
hgpatch\
|
||||||
|
|
||||||
|
@ -78,6 +78,7 @@ DIRS=\
|
|||||||
exec\
|
exec\
|
||||||
exp/ebnf\
|
exp/ebnf\
|
||||||
exp/ebnflint\
|
exp/ebnflint\
|
||||||
|
exp/gotype\
|
||||||
exp/gui\
|
exp/gui\
|
||||||
exp/gui/x11\
|
exp/gui/x11\
|
||||||
exp/norm\
|
exp/norm\
|
||||||
@ -177,7 +178,6 @@ DIRS=\
|
|||||||
../cmd/gofmt\
|
../cmd/gofmt\
|
||||||
../cmd/goinstall\
|
../cmd/goinstall\
|
||||||
../cmd/gotest\
|
../cmd/gotest\
|
||||||
../cmd/gotype\
|
|
||||||
../cmd/govet\
|
../cmd/govet\
|
||||||
../cmd/goyacc\
|
../cmd/goyacc\
|
||||||
../cmd/hgpatch\
|
../cmd/hgpatch\
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
# Use of this source code is governed by a BSD-style
|
# Use of this source code is governed by a BSD-style
|
||||||
# license that can be found in the LICENSE file.
|
# license that can be found in the LICENSE file.
|
||||||
|
|
||||||
include ../../Make.inc
|
include ../../../Make.inc
|
||||||
|
|
||||||
TARG=gotype
|
TARG=gotype
|
||||||
GOFILES=\
|
GOFILES=\
|
||||||
gotype.go\
|
gotype.go\
|
||||||
|
|
||||||
include ../../Make.cmd
|
include ../../../Make.cmd
|
||||||
|
|
||||||
test:
|
test:
|
||||||
gotest
|
gotest
|
Loading…
Reference in New Issue
Block a user