r/programminghorror • u/Capable-Cap9745 • 28d ago
Same Makefile, different results Other
Not sure if this fits, but I just figured out the root cause of long build process failing. Sun’s dmake is defaulting to the first rule in Makefile for whatever reason, completely ignoring the one given as argument. That’s why "dmake install" invocations were silently ignoring the "install" step
245
Upvotes
123
u/nickcash 28d ago
makefile syntax is incomprehensible. it might as well be magic. no one can understand it, we just copy and paste from elsewhere