unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: Stefan Schmidt <stefan@datenfreihafen.org>
To: notmuch@notmuchmail.org
Subject: [PATCH] Makefile: Enable backslash escapes for echo.
Date: Thu, 26 Nov 2009 09:17:15 +0100	[thread overview]
Message-ID: <1259223435-29656-1-git-send-email-stefan@datenfreihafen.org> (raw)
In-Reply-To: <yes>

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)
-- 
1.6.5.3

  parent reply	other threads:[~2009-11-26  8:33 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 ` Stefan Schmidt [this message]
2009-11-26  8:43   ` [PATCH] Makefile: Enable backslash escapes for echo Ingmar Vanhassel
2009-11-26 11:05   ` Jan Janak
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=1259223435-29656-1-git-send-email-stefan@datenfreihafen.org \
    --to=stefan@datenfreihafen.org \
    --cc=notmuch@notmuchmail.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).