]> Cypherpunks repositories - gostls13.git/commit
build: remove old cgo files
authorRuss Cox <rsc@golang.org>
Sun, 6 Mar 2011 22:04:24 +0000 (17:04 -0500)
committerRuss Cox <rsc@golang.org>
Sun, 6 Mar 2011 22:04:24 +0000 (17:04 -0500)
commit59d2acd2d4a3434f49daaa478f2fab1e29f362db
tree705c580d640a2b65938c61f312b831a99b603f4a
parent6afe7eba32c06022ef11ab0307d6b3361b59a8f0
build: remove old cgo files

Cgo changed to write these files into _obj, but some
trees may still have the old ones in the source directory.
They need to be removed during make clean so that
a subsequent build will use the ones in _obj.

R=r, r2
CC=golang-dev
https://golang.org/cl/4254056
src/Make.pkg