Makefile sometimes errors out without notice
aed7bb7
Opened by Marijn Haverbeke at
(On Linux)
It'll exit with status code 2, not printing an error message, and leaving some stuff unbuilt.
I've put the output of make --debug=v at https://gist.github.com/865862 , but that doesn't seem to contain any useful error messages either. If someone has more ideas on how to debug this, let me know.
Doing make clean and then make again causes a normal, working build to happen.
I think I know what's causing this, and will land a fix. If you see it happen again, please re-open.
Graydon Hoare at 2011-03-12 00:17:02
Include glob in crate depfile deps, to handle file-add events with cached depfiles. Closed by a8fbb53d643eada0264aae902adc7f6f453c53b0.
Graydon Hoare at 2011-03-12 00:19:45