The following articles generated the most traffic in September. These are all articles that I wrote for the Electric Cloud Blog, because (for now!) those articles get more views than those on blog.melski.net:
- Makefile performance: $(shell): 28% of page views
- A second look at SCons performance: 18% of page views
- The last word on SCons performance: 13% of page views
- What’s new in GNU make 3.82: 7% of page views
- How scalable is SCons?: 6% of page views
The popularity of the $(shell) article is a bit surprising — it’s just one of several articles about makefile performance, after all, and none of the others show up on this list. Also, it’s a really old article (from March 2009). What’s going on there? Look at the search queries that bring people to that post:
- makefile shell
- makefile shell command
- make shell
- shell command in makefile
- makefile $(shell
Conspicuously absent from these queries: any mention of performance. I think people are just looking for help understanding how gmake and the shell fit together in general, rather than specifically how to get the best performance. Maybe I should write a tutorial — the definitive guide to gmake and the shell?
Like this:
Like Loading...