Hacker News new | ask | show | jobs
by logicallee 2588 days ago
(I was heavily downvoted). What I was thinking is: as opposed to just running your built-in package manager yourself, to upgrade your system to the latest version of all the packages it might require.
1 comments

Makefiles are used for more than package management. In fact, it doesn't seem very common to use them for package management. Maybe I'm missing something?
I think they were talking about projects that tell you to run `make install`, which I agree is less than ideal.