mirror of
https://github.com/golang/go
synced 2024-11-21 18:24:46 -07:00
vector: Don't always regenerate {int,string}vector.go
R=golang-dev, adg CC=golang-dev https://golang.org/cl/917042
This commit is contained in:
parent
455e799f6d
commit
f0ecf34f29
@ -11,6 +11,8 @@ GOFILES=\
|
||||
stringvector.go\
|
||||
vector.go\
|
||||
|
||||
include ../../../Make.pkg
|
||||
|
||||
generate: vector.go vector_test.go
|
||||
< vector.go cat\
|
||||
| gofmt -r='Vector -> IntVector'\
|
||||
@ -65,5 +67,3 @@ generate: vector.go vector_test.go
|
||||
| gofmt -r='TestIter -> TestStrIter'\
|
||||
| gofmt -r='TestVectorData -> TestStrVectorData'\
|
||||
> stringvector_test.go
|
||||
|
||||
include ../../../Make.pkg
|
||||
|
Loading…
Reference in New Issue
Block a user