<feed xmlns='http://www.w3.org/2005/Atom'>
<title>builder/libexec/build-make-compile, branch master</title>
<subtitle>A stand-alone build engine inspired by Gentoo's ebuilds.</subtitle>
<id>https://git.amat.us/builder/atom/libexec/build-make-compile?h=master</id>
<link rel='self' href='https://git.amat.us/builder/atom/libexec/build-make-compile?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/builder/'/>
<updated>2014-10-22T00:30:35Z</updated>
<entry>
<title>Avoid stepping on SYSROOT as a builder variable</title>
<updated>2014-10-22T00:30:35Z</updated>
<author>
<name>Mark Ferrell</name>
<email>major@homeonderanged.org</email>
</author>
<published>2014-10-22T00:30:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/builder/commit/?id=0f391de4eb00ba785c69dff70795cb012414d2f0'/>
<id>urn:sha1:0f391de4eb00ba785c69dff70795cb012414d2f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for post compile/install operations</title>
<updated>2014-07-08T00:26:56Z</updated>
<author>
<name>Mark Ferrell</name>
<email>major@homeonderanged.org</email>
</author>
<published>2014-07-08T00:26:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/builder/commit/?id=725e3f949942d11a8ab39c6be32e10e011ade677'/>
<id>urn:sha1:725e3f949942d11a8ab39c6be32e10e011ade677</id>
<content type='text'>
 * Added support for pkg_post_compile() and pkg_post_install()
</content>
</entry>
<entry>
<title>Stop hardcoding the expected toolchain</title>
<updated>2014-06-28T02:24:02Z</updated>
<author>
<name>Mark Ferrell</name>
<email>major@homeonderanged.org</email>
</author>
<published>2014-06-28T02:24:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/builder/commit/?id=4579baec41e53f21185a0d45122aad66bc883642'/>
<id>urn:sha1:4579baec41e53f21185a0d45122aad66bc883642</id>
<content type='text'>
</content>
</entry>
<entry>
<title>log the environ before calling pkg_*() routines.</title>
<updated>2014-06-28T02:06:32Z</updated>
<author>
<name>Mark Ferrell</name>
<email>major@homeonderanged.org</email>
</author>
<published>2014-06-28T02:06:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/builder/commit/?id=3fe987b0ddfc8f9f7dd47b981b41bc97630d53ad'/>
<id>urn:sha1:3fe987b0ddfc8f9f7dd47b981b41bc97630d53ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Default to --with-sysroot in build_compile()</title>
<updated>2014-06-27T21:45:00Z</updated>
<author>
<name>Mark Ferrell</name>
<email>major@homeonderanged.org</email>
</author>
<published>2014-06-27T21:45:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/builder/commit/?id=89a1f00d026d18698fc0c909a42a799b30c6e6fc'/>
<id>urn:sha1:89a1f00d026d18698fc0c909a42a799b30c6e6fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Redirect make output during uninstall</title>
<updated>2014-04-24T17:46:03Z</updated>
<author>
<name>Mark Ferrell</name>
<email>major@homeonderanged.org</email>
</author>
<published>2014-04-24T17:31:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/builder/commit/?id=8a216c0624f83f1a9158833e84f95d0b22bc1b80'/>
<id>urn:sha1:8a216c0624f83f1a9158833e84f95d0b22bc1b80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Uninstall a package before reinstalling it.</title>
<updated>2014-04-21T22:21:43Z</updated>
<author>
<name>Mark Ferrell</name>
<email>major@homeonderanged.org</email>
</author>
<published>2014-04-21T22:19:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/builder/commit/?id=0d87ca56471e91796cce6f785af9d34e32c7d48b'/>
<id>urn:sha1:0d87ca56471e91796cce6f785af9d34e32c7d48b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change how build-makedeps handles depdancies</title>
<updated>2014-04-21T21:50:54Z</updated>
<author>
<name>Mark Ferrell</name>
<email>major@homeonderanged.org</email>
</author>
<published>2014-04-21T17:10:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/builder/commit/?id=c2d695ebf0fa170a27042458b2a3b5ec0ad864e6'/>
<id>urn:sha1:c2d695ebf0fa170a27042458b2a3b5ec0ad864e6</id>
<content type='text'>
 * Instead of generating huge lists of dependancies and then jumping through
   eval hoops to write them into the Makefile, we now use basic (portable)
   Makefile syntax to just append dependancies by declaring the comman
   portion as a separate entry.  This should reduce the time spent building the
   makefile (less shell hoops) and allow us to automatically perform uninstalls
   for reverse deps.
</content>
</entry>
<entry>
<title>Nuke ${W} during cleanup, not just ${S}</title>
<updated>2014-04-15T14:55:38Z</updated>
<author>
<name>Mark Ferrell</name>
<email>major@homeonderanged.org</email>
</author>
<published>2014-04-15T14:53:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/builder/commit/?id=ce8bcac04f86f97676ca80a3ba03e015088d8c47'/>
<id>urn:sha1:ce8bcac04f86f97676ca80a3ba03e015088d8c47</id>
<content type='text'>
 * A number of packages perform their build outside of the ${S} path, which
   leaves tons of extra trash in ${W}.  Go ahead and clean it all up properly
   whenever a build is successful.
</content>
</entry>
<entry>
<title>Do not cleanup ${S} or ${D} when debugging</title>
<updated>2014-04-15T14:52:40Z</updated>
<author>
<name>Mark Ferrell</name>
<email>major@homeonderanged.org</email>
</author>
<published>2014-04-15T14:52:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/builder/commit/?id=6ae2ec95ecaf7dd5f7627cd63612bc3a8fda0089'/>
<id>urn:sha1:6ae2ec95ecaf7dd5f7627cd63612bc3a8fda0089</id>
<content type='text'>
</content>
</entry>
</feed>
