|
|
|
|
|
by bhengaij
2765 days ago
|
|
There was a good post yesterday about redo. I'm all for good build systems and I have used make quite a bit but the problem in moving to a better build system is that makefiles are so convoluted and hard to reason about that nobody wants to be blamed for breaking the build by migrating. I wish there were a testing system for builds. Specify updating what should change what and check timestamps (to begin with) of created files. |
|