Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Apr 2016 19:39:02 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r298124 - head/tools/tools/locale/tools
Message-ID:  <201604161939.u3GJd2UG003380@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Apr 16 19:39:02 2016
New Revision: 298124
URL: https://svnweb.freebsd.org/changeset/base/298124

Log:
  Do not forget to set the destination directory for the new collation

Modified:
  head/tools/tools/locale/tools/cldr2def.pl

Modified: head/tools/tools/locale/tools/cldr2def.pl
==============================================================================
--- head/tools/tools/locale/tools/cldr2def.pl	Sat Apr 16 18:10:11 2016	(r298123)
+++ head/tools/tools/locale/tools/cldr2def.pl	Sat Apr 16 19:39:02 2016	(r298124)
@@ -820,6 +820,7 @@ sub make_makefile {
 		$SRCOUT3 = "" .
 			".for f t in \${LOCALES_MAPPED}\n" .
 			"FILES+=\t\$t.LC_COLLATE\n" .
+			"FILESDIR_\$t.LC_COLLATE=\t\${LOCALEDIR}/\$t\n" .
 			"\$t.LC_COLLATE: \${.CURDIR}/\$f.src\n" .
 			"\tlocaledef -D -U -i \${.ALLSRC} \\\n" .
 			"\t\t-f \${MAPLOC}/map.\${.TARGET:T:R:E} \\\n" .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604161939.u3GJd2UG003380>