<feed xmlns='http://www.w3.org/2005/Atom'>
<title>erlang.mk.git/Makefile, branch 2.0.0-pre.2</title>
<subtitle>A build tool for Erlang that just works.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/'/>
<entry>
<title>Use '+%F %T%z' to format the timestamp</title>
<updated>2015-10-12T12:59:48+00:00</updated>
<author>
<name>Jean-Sébastien Pédron</name>
<email>jean-sebastien@rabbitmq.com</email>
</author>
<published>2015-10-12T12:48:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=f03a2268c0fec4dde36a77fa59180d409c864a93'/>
<id>f03a2268c0fec4dde36a77fa59180d409c864a93</id>
<content type='text'>
Option `--rfc-3339` is specific to GNU Coreutils' date(1). This change
fixes the use of `make summary` on other platforms such as FreeBSD.

The underscore is integrated to the tiem format at the same time; no
need for an additional $(subst).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Option `--rfc-3339` is specific to GNU Coreutils' date(1). This change
fixes the use of `make summary` on other platforms such as FreeBSD.

The underscore is integrated to the tiem format at the same time; no
need for an additional $(subst).
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework package testing</title>
<updated>2015-10-11T22:04:02+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-10-11T22:03:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=f35f0f2c84b88d993e47afa218c989fdaee42688'/>
<id>f35f0f2c84b88d993e47afa218c989fdaee42688</id>
<content type='text'>
Better error reporting and can now build everything in parallel.
Failed builds are kept; others are deleted.

The following command builds everything and then gives a diff
of what got fixed/broken since last time ("&gt; " is newly broken,
"&lt; " is newly fixed).

  make packages -j 32 -k; make summary
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Better error reporting and can now build everything in parallel.
Failed builds are kept; others are deleted.

The following command builds everything and then gives a diff
of what got fixed/broken since last time ("&gt; " is newly broken,
"&lt; " is newly fixed).

  make packages -j 32 -k; make summary
</pre>
</div>
</content>
</entry>
<entry>
<title>Test "no .app.src" by default, test legacy with LEGACY=1</title>
<updated>2015-09-18T12:34:58+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-09-18T12:34:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=5bcfeece2f55cd8570b1356d9982756e99f90b40'/>
<id>5bcfeece2f55cd8570b1356d9982756e99f90b40</id>
<content type='text'>
Also fixes two bugs with the new "no .app.src" method.
All tests now pass with both methods.

We can now test specific cases with make check c=$CASE.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fixes two bugs with the new "no .app.src" method.
All tests now pass with both methods.

We can now test specific cases with make check c=$CASE.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a clean target to the erlang.mk Makefile</title>
<updated>2015-09-17T17:50:09+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-09-17T17:50:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=a93bb8e3428f4a313d1452bfccc0a68f92952635'/>
<id>a93bb8e3428f4a313d1452bfccc0a68f92952635</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add first three chapters of new documentation</title>
<updated>2015-08-22T16:17:40+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-08-22T16:17:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=274e887a3b92d0efcd2e9f5d1762850de03c188c'/>
<id>274e887a3b92d0efcd2e9f5d1762850de03c188c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bundle the package index directly inside erlang.mk</title>
<updated>2015-06-28T21:12:10+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-06-28T21:08:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=857f595ed5293a9dae42ef64062461ee35547663'/>
<id>857f595ed5293a9dae42ef64062461ee35547663</id>
<content type='text'>
If you were using the index file as a "lock file",
bear with me for a moment, equivalent functionality
will soon be added. :-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If you were using the index file as a "lock file",
bear with me for a moment, equivalent functionality
will soon be added. :-)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a way to test that individual packages build correctly</title>
<updated>2015-05-23T10:10:58+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-05-23T10:10:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=5c110f85e1cfcf3bbbf03128341292b2b7db464b'/>
<id>5c110f85e1cfcf3bbbf03128341292b2b7db464b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'update-version' of https://github.com/kaos/erlang.mk</title>
<updated>2015-05-15T12:14:56+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-05-15T12:14:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=a013d7202c5fce11e1458b58ce5881bf439884b2'/>
<id>a013d7202c5fce11e1458b58ce5881bf439884b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace make with $(MAKE) for BSD compatibility</title>
<updated>2015-05-15T07:20:12+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-05-15T07:20:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=a294038c83a631813af3708be3b986ef6a6e3468'/>
<id>a294038c83a631813af3708be3b986ef6a6e3468</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2015-01-12T16:01:54+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-01-12T16:01:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=11dd48fba8b4b3d9783be7727feed45729987738'/>
<id>11dd48fba8b4b3d9783be7727feed45729987738</id>
<content type='text'>
Also added a copyright line in the eunit plugin due to the
extensive work I have done there a few days ago.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also added a copyright line in the eunit plugin due to the
extensive work I have done there a few days ago.
</pre>
</div>
</content>
</entry>
</feed>
