]> Cypherpunks repositories - gostls13.git/commit
unicode: build maketables during build, take 2
authorRuss Cox <rsc@golang.org>
Mon, 31 Jan 2011 16:50:04 +0000 (11:50 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 31 Jan 2011 16:50:04 +0000 (11:50 -0500)
commitad00644434d5be7df0994f4f8a10c1be732d0c98
tree306d9e8abaf56f04058482d33793b2d797331b78
parent7400be87d84ba3cba736c0f12b3390f0adf7a386
unicode: build maketables during build, take 2

The "all:" target is the default for running gomake
by hand, but it is not used during the build.
The build runs make install and make test.

Save the build of maketables for the test phase
so that the packages it needs will have been
installed already.

R=r, r2
CC=golang-dev
https://golang.org/cl/4121043
src/pkg/unicode/Makefile