On 3/6/07, Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote:
> > ... > > CC builtin-grep.c > > builtin-grep.c:187: warning: 'external_grep' defined but not used > > Can I suggest printing the resulting object file instead of source? > It is useful if you want rebuild just one file by mouse-copy-paste it > into command line (the source file name for editor in case of > error is already in error message). I don't understand.
Right. Because I was suggesting to output something like this: $ make ... CC builtin-grep.o builtin-grep.c:187: warning: 'external_grep' defined but not used Notice "builtin-grep.o" (the ".o", not _.c_). IOW, we already see builtin-grep.c when we need it (in the error/warning message), BUT the builtin-grep.o is missing (and is useful for mouse-copy-paste). - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html