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

Re: CVS update: MODIFIED: . ...

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-05-21 20:52:52 CEST

On Mon, May 21, 2001 at 06:21:47PM +0200, Branko �ibej wrote:
> gstein@tigris.org wrote:
>
> > User: gstein
> > Date: 01/05/19 05:42:05
> >
> > Modified: . .cvsignore
> > Added: . build.conf gen-make.py
> > Log:
> >
> Way to go, Greg. Once you've finished with this, I'll hijack your code
> and use it for generating MSVC project files.

Hmm. Should be doable.

> I expect the makefiles you generate won't depend on GNU make, and that
> we'll finally be able to build Subversion with something other than gcc,
> right? :-)

Correct on all parts.

I use Linux, so I've got gmake, which means I can't really tell if I
accidentally use a gmake-only facility. But I'm not going to be coding
anything more complicated than an "include". And there are only two forms of
doing an include, which autoconf will detect (we've got the logic in APR
already).

Rather than using gcc for dependency generation, it will be a simple scan
for #include files in the sources. I'll be doing the dependency stuff after
I get "make check" working.

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:30 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.