One line you should add to every makefile
blog.jgc.org
One line you should add to every makefile
1–10 of 99 posts
Re: One line you should add to every makefile
#2That being said, this trick could be handy for existing projects.
Re: One line you should add to every makefile
#3Re: One line you should add to every makefile
#4Re: One line you should add to every makefile
#5I firmly believe that there is only one production-quality makefile that has ever been written from scratch. Every other makefile has been copied from an earlier makefile, dating back to the one Ur-makefile, and modified to suit the author's purpose.
Re: One line you should add to every makefile
#6That's one huge advantage with Rake, just add `p VARIABLE_NAME` anywhere in your Rakefile, and you'll see the textual value of it at that point.
Re: One line you should add to every makefile
#7I firmly believe that there is only one production-quality makefile that has ever been written from scratch. Every other makefile has been copied from an earlier makefile, dating back to the one Ur-makefile, and modified to suit the author's purpose.
Re: One line you should add to every makefile
#8I firmly believe that there is only one production-quality makefile that has ever been written from scratch. Every other makefile has been copied from an earlier makefile, dating back to the one Ur-makefile, and modified to suit the author's purpose.
Re: One line you should add to every makefile
#9Re: One line you should add to every makefile
#10I firmly believe that there is only one production-quality makefile that has ever been written from scratch. Every other makefile has been copied from an earlier makefile, dating back to the one Ur-makefile, and modified to suit the author's purpose.
autoconf yes, but Makefiles, no. I'll write a new Makefile from scratch maybe once a year or so.