Descriptioncgo: 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.
Patch Set 1 #Patch Set 2 : code review 4001049: cgo: fix _cgo_run timestamp file order #Patch Set 3 : code review 4001049: cgo: fix _cgo_run timestamp file order #MessagesTotal messages: 5
|