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

Re: Build System Problems!

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-08-24 21:47:50 CEST

On Fri, Aug 24, 2001 at 11:20:27AM -0400, Kevin Pilch-Bisson wrote:
>...
> This other system also didn't have DB or Apache, so I was set for a client
> build right? Wrong! build-outputs.mk includes the dependencies for fs and
> mod_dav_svn stuff. How are we going to get around this since build-outputs.mk
> is supposed to be a distributed file, but it depends on whether or not we have
> DB and Apache?

The theory is that build-outputs.mk has all the various build instructions,
but the main Makefile chooses which to use. This is why there is @FS_RULES@
and @BUILD_APACHE_RULE@ in the local-all target in Makefile.in.

However, the install target in build-outputs.mk was not so careful, as you
found. It depends unconditionally on libsvn_fs. The "right" thing is to have
install-libs and install-fs-libs. The Makefile.in will then select one or
both for installation.

IOW, a simple bug... not something to go ballistic about.

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.