svn commit: r298125 - head/share/colldef

Baptiste Daroussin bapt at FreeBSD.org
Sat Apr 16 19:39:52 UTC 2016


Author: bapt
Date: Sat Apr 16 19:39:51 2016
New Revision: 298125
URL: https://svnweb.freebsd.org/changeset/base/298125

Log:
  Regenerate the Makefile so that actually the new generated collation are
  properly installed

Modified:
  head/share/colldef/Makefile

Modified: head/share/colldef/Makefile
==============================================================================
--- head/share/colldef/Makefile	Sat Apr 16 19:39:02 2016	(r298124)
+++ head/share/colldef/Makefile	Sat Apr 16 19:39:51 2016	(r298125)
@@ -221,6 +221,7 @@ FILESDIR_${f}.LC_COLLATE= ${LOCALEDIR}/$
 
 .for f t in ${LOCALES_MAPPED}
 FILES+=	$t.LC_COLLATE
+FILESDIR_$t.LC_COLLATE=	${LOCALEDIR}/$t
 $t.LC_COLLATE: ${.CURDIR}/$f.src
 	localedef -D -U -i ${.ALLSRC} \
 		-f ${MAPLOC}/map.${.TARGET:T:R:E} \


More information about the svn-src-head mailing list