1
0
mirror of https://github.com/golang/go synced 2024-11-19 04:04:47 -07:00

runtime: remove .c generated from .goc during make clean

R=r
CC=golang-dev
https://golang.org/cl/2704042
This commit is contained in:
Russ Cox 2010-10-25 16:54:59 -07:00
parent 07e983a965
commit 35f8a3f90e

View File

@ -116,7 +116,7 @@ $(pkgdir)/%.h: %.h
clean: clean-local
clean-local:
rm -f goc2c mkversion version.go */asm.h runtime.acid.*
rm -f goc2c mkversion version.go */asm.h runtime.acid.* $$(ls *.goc | sed 's/goc$$/c/')
$(GOARCH)/asm.h: mkasmh.sh runtime.acid.$(GOARCH)
./mkasmh.sh >$@.x