mirror of
https://github.com/golang/go
synced 2024-11-21 22:24:40 -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:
parent
6afe7eba32
commit
59d2acd2d4
@ -47,7 +47,7 @@ coverage:
|
|||||||
gotest
|
gotest
|
||||||
6cov -g $(shell pwd) $O.out | grep -v '_test\.go:'
|
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:
|
test:
|
||||||
gotest
|
gotest
|
||||||
|
Loading…
Reference in New Issue
Block a user