unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: Jan Janak <jan@ryngle.com>
To: Stefan Schmidt <stefan@datenfreihafen.org>
Cc: notmuch@notmuchmail.org
Subject: Re: [PATCH] Makefile: Enable backslash escapes for echo.
Date: Thu, 26 Nov 2009 12:05:05 +0100	[thread overview]
Message-ID: <20091126110505.GI25119@ryngle.com> (raw)
In-Reply-To: <1259223435-29656-1-git-send-email-stefan@datenfreihafen.org>

Hi Stefan,

On 26-11 09:17, Stefan Schmidt wrote:
> This fixes a visual glitch during a silent compile.
> Before:
> Use "make V=1" to see the verbose compile lines.\n  CC  debugger.o
>   CC    gmime-filter-reply.o
> 
> After:
> Use "make V=1" to see the verbose compile lines.
>   CC    debugger.o
>   CC    gmime-filter-reply.o
> 
> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
> ---
>  Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index 2cd1b1b..2d19a6e 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -41,7 +41,7 @@ include Makefile.config
>  # user how to enable verbose compiles.
>  ifeq ($(V),)
>  quiet_DOC := "Use \"$(MAKE) V=1\" to see the verbose compile lines.\n"
> -quiet = @echo $(quiet_DOC)$(eval quiet_DOC:=)"  $1	$@"; $($1)
> +quiet = @echo -e $(quiet_DOC)$(eval quiet_DOC:=)"  $1	$@"; $($1)
>  endif
>  # The user has explicitly enabled quiet compilation.
>  ifeq ($(V),0)

I sent exactly the same patch a couple of days ago and it was rejected because
it does not work everywhere, see:

http://notmuchmail.org/pipermail/notmuch/2009/000370.html

  -- Jan

  parent reply	other threads:[~2009-11-26 11:05 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <yes>
2009-11-22  0:11 ` [PATCH 1/2] lib/message: Add function to get maildir flags Stefan Schmidt
2009-11-22  0:11   ` [PATCH 2/2] notmuch-new: Tag mails not as unread when the seen flag in the maildir is set Stefan Schmidt
2009-11-22  0:28   ` [PATCH 1/2] lib/message: Add function to get maildir flags Keith Packard
2009-11-22 18:33     ` Stefan Schmidt
2009-11-22 18:55       ` Michiel Buddingh'
2009-11-22 19:52         ` Stefan Schmidt
2009-11-26  8:17 ` [PATCH] Makefile: Enable backslash escapes for echo Stefan Schmidt
2009-11-26  8:43   ` Ingmar Vanhassel
2009-11-26 11:05   ` Jan Janak [this message]
2009-11-26 11:41     ` Karl Wiberg

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

  List information: https://notmuchmail.org/

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

  git send-email \
    --in-reply-to=20091126110505.GI25119@ryngle.com \
    --to=jan@ryngle.com \
    --cc=notmuch@notmuchmail.org \
    --cc=stefan@datenfreihafen.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.
Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

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 read-only IMAP folder(s) and NNTP newsgroup(s).