[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: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2004-06-21 23:09:54 CEST

On Mon, 21 Jun 2004, Erik Huelsmann wrote:

> The patch below refactors the locale targets into their own Makefile. That
> way translators aren't required to know about building Subversion. To
> prevent duplication of functionality I included the file into the main
> Makefile. That way all targets remain available to the main build system.
>
Looks good overall.

> +include subversion/po/Makefile

Does this work if src_dir != build_ir?

> Index: subversion/po/Makefile
> ===================================================================
> --- subversion/po/Makefile (revision 0)
> +++ subversion/po/Makefile (revision 0)
> @@ -0,0 +1,35 @@
> +
> +abs_srcdir ?= ../..
> +MSGFMT ?= msgfmt

Is ?= available in all make clones we support? Probably, since you used
it? :-)

Regards,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 21 22:59:05 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.