<html>#574: Formaline: delete tarballs and C files after building object files
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Erik Schnetter</td></tr>
<tr><td style='text-align:right'>   Status:</td><td>resolved</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'>  Version:</td><td></td></tr>
<tr><td style='text-align:right'>     Type:</td><td>enhancement</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>minor</td></tr>
<tr><td style='text-align:right'>Component:</td><td>EinsteinToolkit thorn</td></tr>
</table>

<p>Changes (by Roland Haas):</p>
<p><table>
<tr><td>status:</td><td>resolved (was new)</td></tr>
</table></p>
<p>Formaline creates tarballs, converts them to C code, and then compiles them to object files. Once the object files are there, there is no point in keeping the corresponding tarball and C file, and they should be deleted to save disk space.</p>
<p>This may be as simple as removing some .PRECIOUS statements from the Makefile. However, one has to ensure that deleting these files doesn't confuse make into believing that they have to be regenerated the next time.</p>
<p><strong>Keyword:</strong></p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/574/formaline-delete-tarballs-and-c-files'>https://bitbucket.org/einsteintoolkit/tickets/issues/574/formaline-delete-tarballs-and-c-files</a></p>
</html>