]> git.notmuchmail.org Git - notmuch/commitdiff
Move bulk of rules from Makefile to Makefile.local.
authorCarl Worth <cworth@cworth.org>
Thu, 1 Apr 2010 05:12:01 +0000 (22:12 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 1 Apr 2010 05:12:01 +0000 (22:12 -0700)
Before it was impossible to know whether any particular setting or
rule definition was in Makefile or Makefile.local. So we strip the
Makefile down to little more than the list of sub-directories and
the logic to include all of the sub-directories' Makefile.local
fragments.

Then, all of the real work can happen inside of Makefile.local.


No differences found