First page Back Continue Last page Overview Graphics
What's Wrong with Make(2)
Dependence on timestamps –
- Clock skew in networked development systems
- Fooled by restoring old source files
Make doesn't know that changing compiler flags builds different object files
- Debug flags (-g)
- Optimize flags (-02)
- Pre-processor definitions (-DDEBUG_THIS)