1
0
mirror of https://github.com/golang/go synced 2024-11-22 00:14:42 -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:
Evan Shaw 2010-04-23 00:43:59 +10:00 committed by Andrew Gerrand
parent 455e799f6d
commit f0ecf34f29

View File

@ -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