]> Cypherpunks repositories - gostls13.git/commitdiff
gotype: move to exp/gotype per Go 1 plan
authorRobert Griesemer <gri@golang.org>
Thu, 13 Oct 2011 23:36:53 +0000 (16:36 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 13 Oct 2011 23:36:53 +0000 (16:36 -0700)
R=r, dsymonds
CC=golang-dev
https://golang.org/cl/5269043

src/cmd/Makefile
src/pkg/Makefile
src/pkg/exp/gotype/Makefile [moved from src/cmd/gotype/Makefile with 82% similarity]
src/pkg/exp/gotype/doc.go [moved from src/cmd/gotype/doc.go with 100% similarity]
src/pkg/exp/gotype/gotype.go [moved from src/cmd/gotype/gotype.go with 100% similarity]
src/pkg/exp/gotype/gotype_test.go [moved from src/cmd/gotype/gotype_test.go with 100% similarity]
src/pkg/exp/gotype/testdata/test1.go [moved from src/cmd/gotype/testdata/test1.go with 100% similarity]

index d9da50a66b2546fab6537b8ab58f1a72ef6ea2fb..42088fdf110fe5120e976688281018cd9b1cee00 100644 (file)
@@ -43,7 +43,6 @@ CLEANDIRS=\
        gofmt\
        goinstall\
        gotest\
-       gotype\
        goyacc\
        hgpatch\
 
index d823d2f3beb15f4f82bef7a7d8a3616afb71bab6..7fce462c36fe72e408e1cc3f0c4e6878ed150af0 100644 (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\
similarity index 82%
rename from src/cmd/gotype/Makefile
rename to src/pkg/exp/gotype/Makefile
index 18171945dfe9658dde878e6a0c6710d4209d3113..230242c582740d9c6c357c31efec3a690dab4b31 100644 (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