Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You know that you could keep the make tasks simple and have them invoke external scripts that are written in the language of your choosing, right? Building a mound of spaghetti shell code in a single file isn't the only way to construct a Makefile.


Sure, but once you want to start sharing code between your external scripts and the Makefile, it makes a lot more sense to me to write it all in a single more maintainable language.


It starts to look ugly when your script's purpose is for writing make rules. Like dependency generation with gcc.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: