Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 36669431FBC for ; Thu, 26 Nov 2009 03:05:11 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id X3F9O4q9kc8c for ; Thu, 26 Nov 2009 03:05:10 -0800 (PST) Received: from mail-fx0-f214.google.com (mail-fx0-f214.google.com [209.85.220.214]) by olra.theworths.org (Postfix) with ESMTP id 8DBD7431FAE for ; Thu, 26 Nov 2009 03:05:10 -0800 (PST) Received: by fxm6 with SMTP id 6so528463fxm.0 for ; Thu, 26 Nov 2009 03:05:09 -0800 (PST) Received: by 10.103.144.22 with SMTP id w22mr3867383mun.52.1259233509553; Thu, 26 Nov 2009 03:05:09 -0800 (PST) Received: from x61s.janakj (r2c34.net.upc.cz [62.245.66.34]) by mx.google.com with ESMTPS id t10sm1374288muh.32.2009.11.26.03.05.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 26 Nov 2009 03:05:07 -0800 (PST) Received: by x61s.janakj (Postfix, from userid 1000) id A76B5440651; Thu, 26 Nov 2009 12:05:05 +0100 (CET) Date: Thu, 26 Nov 2009 12:05:05 +0100 From: Jan Janak To: Stefan Schmidt Message-ID: <20091126110505.GI25119@ryngle.com> References: <1259223435-29656-1-git-send-email-stefan@datenfreihafen.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1259223435-29656-1-git-send-email-stefan@datenfreihafen.org> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: notmuch@notmuchmail.org Subject: Re: [notmuch] [PATCH] Makefile: Enable backslash escapes for echo. X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2009 11:05:11 -0000 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 > --- > 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