]> Cypherpunks repositories - gostls13.git/commit
cgo: fix _cgo_run timestamp file order
authorGustavo Niemeyer <gustavo@niemeyer.net>
Thu, 3 Feb 2011 03:37:40 +0000 (22:37 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 3 Feb 2011 03:37:40 +0000 (22:37 -0500)
commit34336bd9f382512bda42711526031a6d94bd01df
tree14d1778670dbf5a6cf41030be8a07c37f27e3e67
parentcf63e34b1dfe25f4a9f1d21294891bbe96d6540d
cgo: fix _cgo_run timestamp file order

The timestamp file is being created before cgo
runs, which means errors will not prevent it
from being created and thus will cause the
build to break by rendering the rule up-to-date
when it isn't.

R=rsc
CC=golang-dev
https://golang.org/cl/4001049
src/Make.pkg