]> Cypherpunks repositories - gostls13.git/commit
mysterious bug: runtime.acid wasn't getting rebuilt
authorRuss Cox <rsc@golang.org>
Wed, 28 Oct 2009 21:03:16 +0000 (14:03 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 28 Oct 2009 21:03:16 +0000 (14:03 -0700)
commit32e979c0de1d13e51b0295392ba6f5778b2f3902
tree50082cb93b147f8e265e32fc2f10c439ab6b0517
parent8b2d2847a82da6539c9a0cd6b0d1290be888f411
mysterious bug: runtime.acid wasn't getting rebuilt
when switching architectures.

fix bug twice: make sure clean removes the file,
and generate into architecture-specific file names.

R=r
http://go/go-review/1013018
src/pkg/runtime/Makefile
src/pkg/runtime/mkasmh.sh