1
0
mirror of https://github.com/golang/go synced 2024-11-12 03:50:21 -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:
Robert Griesemer 2011-10-13 16:36:53 -07:00
parent da7538c29c
commit 812249fe5e
7 changed files with 3 additions and 4 deletions

View File

@ -43,7 +43,6 @@ CLEANDIRS=\
gofmt\
goinstall\
gotest\
gotype\
goyacc\
hgpatch\

View File

@ -78,6 +78,7 @@ DIRS=\
exec\
exp/ebnf\
exp/ebnflint\
exp/gotype\
exp/gui\
exp/gui/x11\
exp/norm\
@ -177,7 +178,6 @@ DIRS=\
../cmd/gofmt\
../cmd/goinstall\
../cmd/gotest\
../cmd/gotype\
../cmd/govet\
../cmd/goyacc\
../cmd/hgpatch\

View File

@ -2,13 +2,13 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
include ../../Make.inc
include ../../../Make.inc
TARG=gotype
GOFILES=\
gotype.go\
include ../../Make.cmd
include ../../../Make.cmd
test:
gotest