Scanning Makefile's for bashisms
Brought to you by:
markhobley
What if we could scan Makefile's as well for bashisms present in variable and command values? That way we could promote more portability for Makefile's, so that more projects can be built in Windows, busybox, and other environments where full bash isn't necessarily available to interpret make commands!
This would likely require some AST manipulation, not for the faint of heart.