Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: > On Tue, 6 Mar 2007, Alex Riesen wrote: > ... >> ... 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). > > Ah! That explains it why I did not understand. But doesn't "CC foo.o" look just simply WRONG? We compile foo.c to produce foo.o. An alternative that I could slightly more sympathize with would be something like this: CC builtin-grep.c => builtin-grep.o - 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