<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><br><div><br>> Yes, I thought about that. But I figured that a<br>> clean start each time was safer. I'm not<br>> paranoid; the gremlins are really are out to get<br>> me.</div><div><br></div><div>I have a build script also, and to remove all of the generated files, I use</div><div><br></div><div>  svn status --no-ignore | egrep '^\?|^I' | sed 's/^. *//' | xargs -Ixx rm -rf xx</div><div><br></div><div>If you run "make clean" frequently, ccache <a href="https://ccache.samba.org/" target="_blank" style="font-size: 12pt;">https://ccache.samba.org/</a> will make rebuilds faster.</div><div><br></div><div>When I was testing the python scripting patch bundle that I posted to <a href="http://bugs.scribus.net/view.php?id=12572" target="_blank" style="font-size: 12pt;">http://bugs.scribus.net/view.php?id=12572</a> last night, with ccache on a laptop with an i5-2450M and a 4GB RAM disk, I had total times of about 64 seconds for a complete build of Scribus 1.5.0svn including svn update + remove all generated files + apply patches + cmake + make + make install</div><div><br></div><div>Regards,</div><div>William</div><div><br></div>                                         </div></body>
</html>