Hi Paul,
On Sun, 2011-04-17 at 22:00 -0400, Paul Smith wrote:
> On Wed, 2011-04-06 at 12:35 +0100, Michael Meeks wrote:
> > Anyhow - one problem we are seeing is that as we load and parse the
> > ~50Mb of dependencies that we need (for part of writer) we are statting
> > th
Hi Paul,
On Thu, 2011-04-07 at 08:53 -0400, Paul Smith wrote:
> That's interesting. I wonder why the glob expansion is so inefficient;
Oh - because it is also testing for existence :-) and also doing a
chunk of dynamic memory management with it I suspect.
> I would expect it to do the s
Hi guys,
Over in LibreOffice land, we're transitioning our whole build to use
gnumake - with the goal of having a single gnumake instance able to
re-build the (many thousands) of files we have, and store and act on all
of the dependencies.
Anyhow - one problem we are seeing is tha
Hi guys,
Over in LibreOffice land, we're transitioning our whole build to use
gnumake - with the goal of having a single gnumake instance able to
re-build the (many thousands) of files we have, and store and act on all
of the dependencies.
Anyhow - one problem we are seeing is tha