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

Re: [PATCH] Refactor locale targets into separate Makefile

From: Branko Čibej <brane_at_xbc.nu>
Date: 2004-06-22 10:54:31 CEST

Greg Stein wrote:

>And that said, I still think that we shouldn't use 'find' in a rule to
>look for inputs. Those should be determined by gen-make with specific
>instructions from the build.conf file. It is way too easy to add a new
>subdirectory or somesuch, and have it accidentally picked up by the find
>command. The set of files could be dropped into a text file at the top
>level, and the --files-from switch would point to that file. Heck,
>build.conf might not need to change that much, as gen-make could just look
>at all the of the .c files in its dependency graph.
>
>
There's an idea -- since 'find' won't work on Windows anyway (does for
me, since I have cygwin, ugh), we could have gen-make generate the whole
makefile from a template in such a way that it works on all platforms.
We could then let autoconf generate the include bits on Unix.

So a translator would still have to run gen-make, but not autogen or
configure (it could be gen-make -s, too).

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 22 10:55:13 2004

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.