[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Build System fixes

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-08-31 23:25:21 CEST

On Fri, Aug 31, 2001 at 11:52:56AM -0400, Kevin Pilch-Bisson wrote:
>...
> Well not quite. We would also have to add deps for neon and APR to make
> 'make -jN' work properly, and I am not sure what the best way to do it is.
>
> If I leave this part out, then 'make -j2 -k' does everything except link the
> libraries, then make install links them then installs them.
>
> Is this okay? Of course 'make' or 'make install' still work normally as long
> as there is no -j.

I've got a dual proc, so I usually do:

$ make -j2 external-all
$ make -j2

That lets the subdirs build quickly, but it doesn't goof up the subdir/SVN
linking issue.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:37 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.