]> git.notmuchmail.org Git - notmuch/commitdiff
build: delete the default .SUFFIXES
authorTomi Ollila <tomi.ollila@iki.fi>
Sat, 25 Jan 2014 12:33:55 +0000 (14:33 +0200)
committerDavid Bremner <david@tethera.net>
Sat, 25 Jan 2014 17:09:45 +0000 (13:09 -0400)
All implicit rules in notmuch Makefiles are "pattern rules"; Deleting the
default suffixes (to support obsolete, old-fashioned "suffix rules") from
make reduces the output of 'make -d' by 40 to 90 percent, helping e.g.
debugging make problems.


No differences found