|
|
|
|
|
by ynezz
3221 days ago
|
|
> 2. Make is _really_ hard to use to try to compose a large build system Are Android and LEDE/OpenWrt big enough? > 3. Let's be honest, nobody really wants to learn Makefile syntax. That's probably very subjective, I find JavaScript, C++, PHP or Perl much worse :-) Anyway, for the past years I'm cheating a lot and using CMake to get complex Makefiles almost for free. |
|
Oh definitely. I actually like Makefile's, but in my experience, more teams have a deep familiarity with some programming language, than with Makefile syntax. I haven't met very many people who have read the GNU make manual, and know all the idiosyncracies around Makefile syntax.