Re: Faster build/check times

2012-04-16 Thread Philip Martin
Daniel Shahaf writes: > Trying to enumerate ways to reduce build times. > > Faster builds: > - export CONFIG_SHELL=/bin/sh (minimal sh preferred) > - out-of-tree build (i.e., run 'configure' in an empty dir), with the build > tree in a tmpfs > - disable unneeded components (eg, swig, bdb) when t

Re: Faster build/check times

2012-04-15 Thread Ashod Nakashian
- Original Message - > From: Daniel Shahaf > To: Ashod Nakashian ; "dev@subversion.apache.org" > > Cc: > Sent: Sunday, April 15, 2012 1:28 PM > Subject: Re: Faster build/check times > > > > On Sun, Apr 15, 2012, at 02:09, Ashod Nakashian w

Re: Faster build/check times

2012-04-15 Thread Daniel Shahaf
On Sun, Apr 15, 2012, at 02:09, Ashod Nakashian wrote: > > > > > - Original Message - > > From: Daniel Shahaf > > To: Ashod Nakashian ; "dev@subversion.apache.org" > > > > Cc: > > Sent: Sunday, April 15,

Re: Faster build/check times

2012-04-15 Thread Ashod Nakashian
- Original Message - > From: Daniel Shahaf > To: Ashod Nakashian ; "dev@subversion.apache.org" > > Cc: > Sent: Sunday, April 15, 2012 12:16 PM > Subject: Re: Faster build/check times > > > > On Sun, Apr 1

Re: Faster build/check times

2012-04-15 Thread Daniel Shahaf
On Sun, Apr 15, 2012, at 00:56, Ashod Nakashian wrote: > > > > From: Daniel Shahaf > >To: dev@subversion.apache.org > >Sent: Sunday, April 15, 2012 9:33 AM > >Subject: Faster build/check times > > > >Trying to enume

Re: Faster build/check times

2012-04-15 Thread Ashod Nakashian
> > From: Daniel Shahaf >To: dev@subversion.apache.org >Sent: Sunday, April 15, 2012 9:33 AM >Subject: Faster build/check times > >Trying to enumerate ways to reduce build times. Very timely! I'm afraid I don't have anything to ad

Faster build/check times

2012-04-14 Thread Daniel Shahaf
Trying to enumerate ways to reduce build times. Faster builds: - export CONFIG_SHELL=/bin/sh (minimal sh preferred) - out-of-tree build (i.e., run 'configure' in an empty dir), with the build tree in a tmpfs - disable unneeded components (eg, swig, bdb) when they're not needed - pass '-q' to conf