Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Apr 2016 19:39:51 +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: r298125 - head/share/colldef
Message-ID:  <201604161939.u3GJdpFE003455@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



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