<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/lib/Makefile, branch debian/0.27-2</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=debian%2F0.27-2</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=debian%2F0.27-2'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2011-06-23T22:44:59Z</updated>
<entry>
<title>fix sum moar typos [build scripts, Makefiles]</title>
<updated>2011-06-23T22:44:59Z</updated>
<author>
<name>Pieter Praet</name>
<email>pieter@praet.org</email>
</author>
<published>2011-06-20T20:14:21Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=730acd4764535e19f4a461753a3ea1623af42f71'/>
<id>urn:sha1:730acd4764535e19f4a461753a3ea1623af42f71</id>
<content type='text'>
Various typo fixes in comments within the Makefile and other build scripts.

Signed-off-by: Pieter Praet &lt;pieter@praet.org&gt;

Edited-by: Carl Worth &lt;cworth@cworth.org&gt; Restricted to just build files.
</content>
</entry>
<entry>
<title>Makefiles: Use .DEFAULT to support arbitrary targets from sub directories.</title>
<updated>2010-01-06T18:32:06Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-01-05T23:05:57Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=341d49b0610fcf725da618d87fda577a3d512343'/>
<id>urn:sha1:341d49b0610fcf725da618d87fda577a3d512343</id>
<content type='text'>
Taking advantage of the .DEFAULT construct means that we won't need to
explicitly list targets such as "clean", etc. in each sub-Makefile.
</content>
</entry>
<entry>
<title>Use $(MAKE) when invoking make from make.</title>
<updated>2009-11-13T06:00:51Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2009-11-13T06:00:51Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=184c327692b8a8fc08a8b9ddee28d7082c208c23'/>
<id>urn:sha1:184c327692b8a8fc08a8b9ddee28d7082c208c23</id>
<content type='text'>
Without this, things like MAKEFLAGS=-j4 can't work.
</content>
</entry>
<entry>
<title>Implement a non-recursive make.</title>
<updated>2009-11-10T15:24:10Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2009-11-10T15:14:49Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c5dccd851a8b79d8cedbfc8f2d2b8f9be2b7fa5a'/>
<id>urn:sha1:c5dccd851a8b79d8cedbfc8f2d2b8f9be2b7fa5a</id>
<content type='text'>
The idea here is that every Makefile at each lower level will be an
identical, tiny file that simply defers to a top-level make.

Meanwhile, the Makefile.local file at each level is a Makefile snippet
to be included at the top-level into a large, flat Makefile. As such,
it needs to define its rules with the entire relative directory to
each file, (typically in $(dir)). The local files can also append to
variables such as SRCS and CLEAN for files to be analyzed for
dependencies and to be cleaned.
</content>
</entry>
</feed>
