Bump the version to 3.82.90.

Fix some doc bugs.
Implement the --trace flag.
Show filename/linenumber on error.
This commit is contained in:
Paul Smith
2010-08-29 23:05:26 +00:00
parent 3b1432d86a
commit a86d1693ba
16 changed files with 183 additions and 65 deletions

View File

@@ -110,7 +110,8 @@ $(dir)/foo.bar:
',
"dir=$dir",
"#MAKE#: *** [$dir/foo.bar] Error 1",
"#MAKEFILE#:6: recipe for target `$dir/foo.bar' failed
#MAKE#: *** [$dir/foo.bar] Error 1",
512);
unlink("$dir/foo.bar");