Commit 59d2acd2 authored by Russ Cox's avatar Russ Cox

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
parent 6afe7eba
...@@ -47,7 +47,7 @@ coverage: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment