Hello

I am using make 3.81 built for MinGW.

How easy to output the Makefile.mak:line for each command that fails to start?

I saw this function is what outputs the error, but not sure how to get
file and line number info. Any ideas?

Thanks, Jon

shell_function_completed

                if (werr)
                  fprintf(stderr, "make (e=%d): %s",
                          exit_code, map_windows32_error_to_string(exit_code));

_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to