An opinionated approach to GNU Make
tech.davis-hansson.com
An opinionated approach to GNU Make
1–10 of 195 posts
Re: An opinionated approach to GNU Make
#2Re: An opinionated approach to GNU Make
#3Re: An opinionated approach to GNU Make
#4Don't generate some random id and a tag (as in the post). Use docker's "-iidfile" flag when building to write the actual id of the image to a file which can then be used in a "docker run".
Likewise, you can use "--cidfile" in a "docker run" to output the id to a file and use that later for accessing it.
Re: An opinionated approach to GNU Make
#5If the tradeoff was that Make was easier to use and debug, then maybe it could be justified, but in general my experience is that it's worse.
There are probably some use cases for Make where it remains difficult to replace for one reason or another, but most people using it anymore are not in that position. Now, it's usually more work to keep using it.
Re: An opinionated approach to GNU Make
#6That seems like a terrible idea. You change the basic syntax of the entire Makefile, forcing anybody reading it to get used to your custom indentation, where almost every line starts with an unnecessary >.