Re: [notmuch] [PATCH] makefile: Tell echo to interpret escape sequences.
authorJan Janak <jan@ryngle.com>
Mon, 23 Nov 2009 03:02:24 +0000 (04:02 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:40 +0000 (09:35 -0800)
50/8a7107d75f9af6682d7e6aec9e38b40f3b41aa [new file with mode: 0644]

diff --git a/50/8a7107d75f9af6682d7e6aec9e38b40f3b41aa b/50/8a7107d75f9af6682d7e6aec9e38b40f3b41aa
new file mode 100644 (file)
index 0000000..f7aa51e
--- /dev/null
@@ -0,0 +1,85 @@
+Return-Path: <jan@ryngle.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 447B1431FAE\r
+       for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 19:02:27 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id WNstan37CWlx for <notmuch@notmuchmail.org>;\r
+       Sun, 22 Nov 2009 19:02:25 -0800 (PST)\r
+Received: from mail-bw0-f224.google.com (mail-bw0-f224.google.com\r
+       [209.85.218.224])\r
+       by olra.theworths.org (Postfix) with ESMTP id 20026431FBC\r
+       for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 19:02:24 -0800 (PST)\r
+Received: by bwz24 with SMTP id 24so3609541bwz.30\r
+       for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 19:02:24 -0800 (PST)\r
+MIME-Version: 1.0\r
+Received: by 10.204.34.201 with SMTP id m9mr4220736bkd.77.1258945344068; Sun, \r
+       22 Nov 2009 19:02:24 -0800 (PST)\r
+In-Reply-To: <874oomgdz3.fsf@yoom.home.cworth.org>\r
+References: <1258893877-28436-1-git-send-email-jan@ryngle.com>\r
+       <874oomgdz3.fsf@yoom.home.cworth.org>\r
+Date: Mon, 23 Nov 2009 04:02:24 +0100\r
+Message-ID: <f35dbb950911221902g4daa596ay2530a0323725e72b@mail.gmail.com>\r
+From: Jan Janak <jan@ryngle.com>\r
+To: Carl Worth <cworth@cworth.org>\r
+Content-Type: text/plain; charset=UTF-8\r
+Content-Transfer-Encoding: quoted-printable\r
+Cc: notmuch@notmuchmail.org\r
+Subject: Re: [notmuch] [PATCH] makefile: Tell echo to interpret escape\r
+       sequences.\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.12\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 23 Nov 2009 03:02:27 -0000\r
+\r
+On Mon, Nov 23, 2009 at 3:41 AM, Carl Worth <cworth@cworth.org> wrote:\r
+> On Sun, 22 Nov 2009 13:44:37 +0100, Jan Janak <jan@ryngle.com> wrote:\r
+>> The initial message that informs the user about the possibility to use\r
+>> make V=3D1 contains a \n at the end, but echo wouldn't interpret that\r
+>> properly without the -e command line option.\r
+>\r
+> Patch doesn't work for me.\r
+>\r
+> Before patch:\r
+>\r
+> =C2=A0 =C2=A0 =C2=A0 =C2=A00:~/src/notmuch:(master)$ make\r
+> =C2=A0 =C2=A0 =C2=A0 =C2=A0Use "make V=3D1" to see the verbose compile li=\r
+nes.\r
+> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0CC =C2=A0 =C2=A0notmuch-new.o\r
+> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0CXX =C2=A0 notmuch\r
+>\r
+> After patch:\r
+>\r
+> =C2=A0 =C2=A0 =C2=A0 =C2=A00:~/src/notmuch:(master)$ make\r
+> =C2=A0 =C2=A0 =C2=A0 =C2=A0-e Use "make V=3D1" to see the verbose compile=\r
+ lines.\r
+> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0CC =C2=A0 =C2=A0debugger.o\r
+> =C2=A0 =C2=A0 =C2=A0 =C2=A0-e =C2=A0 CC gmime-filter-reply.o\r
+> =C2=A0 =C2=A0 =C2=A0 =C2=A0-e =C2=A0 CC notmuch.o\r
+>\r
+> It's a shame that simple things like "echo" aren't easy to use portably.\r
+> (And yes, I know that autoconf has a bunch of tests for echo, such as\r
+> how to get the behavior of "echo -n", etc.)\r
+\r
+It seems your echo interprets escape sequences by default. When I run\r
+make, the first line of output looks like this:\r
+\r
+Use "make V=3D1" to see the verbose compile lines.\n  CC       debugger.o\r
+  CC   gmime-filter-reply.o\r
+  CC   notmuch.o\r
+\r
+This is on Debian Lenny. Anyway, this one is not important either.\r
+\r
+  -- Jan\r