GNOME Bugzilla – Bug 591474
Use distinct filenames for all code generation tempories
Last modified: 2009-08-11 20:46:14 UTC
Because of a history of cut and paste, the different enumeration and marshal generation generation shell snippets were using the same temporary file names. This caused problems for parallel builds.
Created attachment 140466 [details] [review] Use distinct filenames for all code generation tempories
Kind of terrifying make goo. Can we use say $@.tmp instead of random suffixes?
Pushed after a bit of testing.
Sorry(In reply to comment #2) > Kind of terrifying make goo. Can we use say $@.tmp instead of random suffixes? Sorry, didn't notice this before pushing. Using $@.tmp would definitely have been possible, though form used here is very "traditional" - it has been cut-and-pasted many times...