unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] Drop redundant CFLAGS, was already included in CXXFLAGS
@ 2009-11-20 15:58 Jed Brown
  2009-11-21  0:24 ` Carl Worth
  0 siblings, 1 reply; 2+ messages in thread
From: Jed Brown @ 2009-11-20 15:58 UTC (permalink / raw)
  To: notmuch

[-- Attachment #1: Type: text/plain, Size: 74 bytes --]

---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

[-- Attachment #2: 0001-Drop-redundant-CFLAGS-was-already-included-in-CXXFLA.patch --]
[-- Type: text/x-patch, Size: 331 bytes --]

diff --git a/Makefile b/Makefile
index b6861e9..f9f7af0 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ include lib/Makefile.local
 include Makefile.config
 
 %.o: %.cc $(all_deps)
-	$(CXX) -c $(CFLAGS) $(CXXFLAGS) $< -o $@
+	$(CXX) -c $(CXXFLAGS) $< -o $@
 
 %.o: %.c $(all_deps)
 	$(CC) -c $(CFLAGS) $< -o $@

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Drop redundant CFLAGS, was already included in CXXFLAGS
  2009-11-20 15:58 [PATCH] Drop redundant CFLAGS, was already included in CXXFLAGS Jed Brown
@ 2009-11-21  0:24 ` Carl Worth
  0 siblings, 0 replies; 2+ messages in thread
From: Carl Worth @ 2009-11-21  0:24 UTC (permalink / raw)
  To: Jed Brown, notmuch

On Fri, 20 Nov 2009 16:58:15 +0100, Jed Brown <jed@59A2.org> wrote:
>  %.o: %.cc $(all_deps)
> -	$(CXX) -c $(CFLAGS) $(CXXFLAGS) $< -o $@
> +	$(CXX) -c $(CXXFLAGS) $< -o $@

Thanks, Jed!

It was nice to get the patch, (which is pushed now).

But it was even nicer to get the encouragement to display text
attachments *and* to include quoted text attachments in replies. I've
often been frustrated by email programs that wouldn't quote patch
attachments in replies for sake of review. So now at least my email
program no longer has that bug.

-Carl

PS. GPG signatures are no longer silently dropped when presenting
messages. We don't yet present the full signature yet, (and in
particular do not yet verify it), but you can at least now see whether a
signature is present.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-21  0:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-20 15:58 [PATCH] Drop redundant CFLAGS, was already included in CXXFLAGS Jed Brown
2009-11-21  0:24 ` Carl Worth

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