1
0
mirror of https://github.com/golang/go synced 2024-11-12 10:00:25 -07:00

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
This commit is contained in:
Russ Cox 2011-03-06 17:04:24 -05:00
parent 6afe7eba32
commit 59d2acd2d4

View File

@ -47,7 +47,7 @@ coverage:
gotest
6cov -g $(shell pwd) $O.out | grep -v '_test\.go:'
CLEANFILES+=*.so _obj _test _testmain.go *.exe _cgo*
CLEANFILES+=*.so _obj _test _testmain.go *.exe _cgo* *.cgo[12].*
test:
gotest