How I stopped worrying and loved Makefiles
1–10 of 144 posts
Re: How I stopped worrying and loved Makefiles
#2Re: How I stopped worrying and loved Makefiles
#3For anything needing light-to-moderate software configuration management, cmake is readily available and simple.
If you're running a Google then you're using a build and DVCS that make use of extensive caching, synthetic filesystems, and tools that wrap other tools.
I won't say what not to use. ;)
Re: How I stopped worrying and loved Makefiles
#4Even the slightest attempt at guessing the host system or searching for tools present on a system will quickly convert this into a blog article earnestly begging for deep societal changes and analyses the inevitable marching of time.
Re: How I stopped worrying and loved Makefiles
#5Re: How I stopped worrying and loved Makefiles
#6Re: How I stopped worrying and loved Makefiles
#7This (ab)use of `make` runs multiple times a day, every day, and works perfectly every time.
The inspiration of this was an (ab)use of `make` as a way to paralellize Linux system startup: https://web.archive.org/web/20110606144530/http://www.ibm.co...
Re: How I stopped worrying and loved Makefiles
#8Re: How I stopped worrying and loved Makefiles
#9The main issue I have is that it goes from dead simple to pit of what the hell is happening with various things interacting with each others.