svn commit: r298124 - head/tools/tools/locale/tools
Baptiste Daroussin
bapt at FreeBSD.org
Sat Apr 16 19:39:04 UTC 2016
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" .
More information about the svn-src-head
mailing list