[PATCH 1/1] build: delete the default .SUFFIXES
authorTomi Ollila <tomi.ollila@iki.fi>
Sat, 25 Jan 2014 12:33:55 +0000 (14:33 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:59:20 +0000 (09:59 -0800)
f4/e6cec47f203442237f5065dee378220378497e [new file with mode: 0644]

diff --git a/f4/e6cec47f203442237f5065dee378220378497e b/f4/e6cec47f203442237f5065dee378220378497e
new file mode 100644 (file)
index 0000000..9b538f0
--- /dev/null
@@ -0,0 +1,76 @@
+Return-Path: <too@guru-group.fi>\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 F01D1431FBD\r
+       for <notmuch@notmuchmail.org>; Sat, 25 Jan 2014 04:34:10 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\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 VkPK-8i3FNmt for <notmuch@notmuchmail.org>;\r
+       Sat, 25 Jan 2014 04:34:04 -0800 (PST)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id AB30C431FBC\r
+       for <notmuch@notmuchmail.org>; Sat, 25 Jan 2014 04:34:04 -0800 (PST)\r
+Received: by guru.guru-group.fi (Postfix, from userid 501)\r
+       id C10A61000C1; Sat, 25 Jan 2014 14:33:56 +0200 (EET)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 1/1] build: delete the default .SUFFIXES\r
+Date: Sat, 25 Jan 2014 14:33:55 +0200\r
+Message-Id: <1390653235-4291-1-git-send-email-tomi.ollila@iki.fi>\r
+X-Mailer: git-send-email 1.8.0\r
+Cc: tomi.ollila@iki.fi\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\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: Sat, 25 Jan 2014 12:34:11 -0000\r
+\r
+All implicit rules in notmuch Makefiles are "pattern rules"; Deleting the\r
+default suffixes (to support obsolete, old-fashioned "suffix rules") from\r
+make reduces the output of 'make -d' by 40 to 90 percent, helping e.g.\r
+debugging make problems.\r
+---\r
+\r
+output size comparisons:\r
+\r
+full-build: script -c 'make -d'\r
+\r
+ 3159626 Jan 25 14:21 typescript-with-suffixes\r
+  430453 Jan 25 14:22 typescript-sans-suffixes\r
+\r
+build with nothing to do:\r
+\r
+ 3054310 Jan 25 12:10 typescript-with-suffixes\r
+ 5435585 Jan 25 12:07 typescript-sans-suffixes\r
+\r
+ Makefile.local | 2 ++\r
+ 1 file changed, 2 insertions(+)\r
+\r
+diff --git a/Makefile.local b/Makefile.local\r
+index c85e09c..174506c 100644\r
+--- a/Makefile.local\r
++++ b/Makefile.local\r
+@@ -325,3 +325,5 @@ DISTCLEAN := $(DISTCLEAN) .first-build-message Makefile.config\r
+ DEPS := $(SRCS:%.c=.deps/%.d)\r
+ DEPS := $(DEPS:%.cc=.deps/%.d)\r
+ -include $(DEPS)\r
++\r
++.SUFFIXES: # Delete the default suffixes. Old-Fashioned Suffix Rules not used.\r
+-- \r
+1.8.0\r
+\r