Skip to content

v0.1.2

Compare
Choose a tag to compare
@cmungall cmungall released this 25 Sep 19:39
· 48 commits to master since this release
  • If errors are ignored, report this. This happens if an exec fails, and either -k is passed or the line starts '-'
  • fixed erroneous conversion of recursively-expanded variables into simply-expanded variables when appending, added test
  • Always report job submission
  • Implemented MAKECMDGOALS special variable, added test. Closes #39
  • evaluating arguments for $(bagof T,G). Fixes issue #37
  • fixes for #35 and #36
  • Fix to prevent over-eager consumption of backslashes as part of target, fixes #33
  • Declare debug topics in advance #31
  • Added more efficient solution to merging duplicate variables due to @triska in comment on cf75abd
  • Added support for .IGNORE
  • Added support for .PHONY, and tests for .PHONY and .ONESHELL
  • braces in deplists were being misinterpreted as goals by parser, and substitution references weren't working on lists - both fixed
  • Handle quoted arguments correctly in wrapper script. Fixes #28