]> git.notmuchmail.org Git - notmuch/commit
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)
commit784e55d0f990350d0be8e54892f0eb3afe087fc5
tree8ebe0b8c7dce671866271c6b0f2cc1936d16cda8
parentbf159bd829efb6aa73c68542949eb11d9a44d93c
Move bulk of rules from Makefile to Makefile.local.

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.
Makefile
Makefile.local