git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Alex Riesen" <raa.lkml@gmail.com>
To: "Johannes Schindelin" <Johannes.Schindelin@gmx.de>
Cc: "Shawn O. Pearce" <spearce@spearce.org>,
	"Junio C Hamano" <junkio@cox.net>,
	git@vger.kernel.org
Subject: Re: [PATCH] Make 'make' quieter while building git
Date: Tue, 6 Mar 2007 14:37:19 +0100	[thread overview]
Message-ID: <81b0412b0703060537u5140a034s91b35f0d842843a3@mail.gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.63.0703061422580.22628@wbgn013.biozentrum.uni-wuerzburg.de>

On 3/6/07, Johannes Schindelin <Johannes.Schindelin@gmx.de> 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).

  reply	other threads:[~2007-03-06 13:37 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-06  6:35 [PATCH] Make 'make' quieter while building git Shawn O. Pearce
2007-03-06  7:03 ` Junio C Hamano
2007-03-06  7:16   ` Shawn O. Pearce
2007-03-06  8:15     ` Junio C Hamano
2007-03-06  8:21       ` Shawn O. Pearce
2007-03-06 10:53     ` Short term release plans Junio C Hamano
2007-03-19 10:53       ` GIT v1.5.1-rc1 Junio C Hamano
2007-03-19 13:21         ` Bill Lear
2007-03-20  1:08           ` Junio C Hamano
2007-03-20  2:55             ` Shawn O. Pearce
2007-03-20  9:37               ` Andy Parkins
2007-03-20 14:42                 ` Shawn O. Pearce
2007-03-20 23:30                   ` Jakub Narebski
2007-03-21  5:06               ` Junio C Hamano
2007-03-21 16:07                 ` Andy Parkins
2007-03-19 14:13         ` Johannes Schindelin
2007-03-20  1:04           ` Junio C Hamano
2007-03-20  1:19             ` Johannes Schindelin
2007-03-06  9:16 ` [PATCH] Make 'make' quieter while building git Alex Riesen
2007-03-06 13:24   ` Johannes Schindelin
2007-03-06 13:37     ` Alex Riesen [this message]
2007-03-06 14:19       ` Johannes Schindelin
2007-03-06 23:02         ` Junio C Hamano
2007-03-06 23:11           ` Alex Riesen
2007-03-06 23:24             ` Shawn O. Pearce

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=81b0412b0703060537u5140a034s91b35f0d842843a3@mail.gmail.com \
    --to=raa.lkml@gmail.com \
    --cc=Johannes.Schindelin@gmx.de \
    --cc=git@vger.kernel.org \
    --cc=junkio@cox.net \
    --cc=spearce@spearce.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).