Comment on Eric S. Raymond / autodafe · Tools for freeing your project from the clammy grip of autotools.

<- View Parent
7heo@lemmy.ml ⁨7⁩ ⁨months⁩ ago

IMHO the issue is two folds:

  1. The makefile were never supposed to do more than determine which build tools to call for a given target. Meaning that in very many cases, makefile are abused to do way too much. I’d argue that you should try to keep your make targets only one line long. Anything bigger and you’re likely doing it wrong.
  2. It is really challenging to write portable makefiles. There’s BSD make and GNU make, and then there are different tools on different systems. Different dependencies. Different libs. Etc. Not easy.

source
Sort:hotnewtop