|
|
|
|
|
by geezerjay
2771 days ago
|
|
> but the problem in moving to a better build system is that makefiles are so convoluted and hard to reason about Nowadays Makefiles are largely autogenerated by the build system. How many people are actually editing makefiles by hand in non-pet projects? |
|
people that don't want makefiles so convoluted and hard to reason about that they can't edit them by hand..
i suggest taking a look at any of the BSD build systems and seeing what sane use of make can look like (PMake and not GNUMake; imho PMake's language makes this doable; GNUMake's language makes autotools and other mess-generating 'helpers' required)