Commit f0ecf34f authored by Evan Shaw's avatar Evan Shaw Committed by Andrew Gerrand

vector: Don't always regenerate {int,string}vector.go

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/917042
parent 455e799f
...@@ -11,6 +11,8 @@ GOFILES=\ ...@@ -11,6 +11,8 @@ GOFILES=\
stringvector.go\ stringvector.go\
vector.go\ vector.go\
include ../../../Make.pkg
generate: vector.go vector_test.go generate: vector.go vector_test.go
< vector.go cat\ < vector.go cat\
| gofmt -r='Vector -> IntVector'\ | gofmt -r='Vector -> IntVector'\
...@@ -65,5 +67,3 @@ generate: vector.go vector_test.go ...@@ -65,5 +67,3 @@ generate: vector.go vector_test.go
| gofmt -r='TestIter -> TestStrIter'\ | gofmt -r='TestIter -> TestStrIter'\
| gofmt -r='TestVectorData -> TestStrVectorData'\ | gofmt -r='TestVectorData -> TestStrVectorData'\
> stringvector_test.go > stringvector_test.go
include ../../../Make.pkg
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment