Bake 2.0.1
Bake 2.0.1 includes:
- a C++ driver & example
- configure compiler through CC and CXX environment variables
- updated documentation
- Allow drivers to import definitions from other drivers
The version also includes a number of bugfixes and improvements:
- Fix bug in ut_proc_cmd function in bake.util library, where it incorrectly parsed command strings with quotes
- Do not copy binary to $BAKE_TARGET when nothing was built, unless it was not found in $BAKE_TARGET
- Only load drivers once
- Don't attempt to install binary for projects that specify "none" for language
- Use $(uname) name in directories with bake makefiles