Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 2009 21:52:36 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r197180 - user/edwin/locale/share
Message-ID:  <200909132152.n8DLqa7R032803@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: edwin
Date: Sun Sep 13 21:52:36 2009
New Revision: 197180
URL: http://svn.freebsd.org/changeset/base/197180

Log:
  Not only take the list of charactermaps from the CMS_xx variables,
  but also from the CMSLINK_xx variables.

Modified:
  user/edwin/locale/share/Makefile.def.inc

Modified: user/edwin/locale/share/Makefile.def.inc
==============================================================================
--- user/edwin/locale/share/Makefile.def.inc	Sun Sep 13 21:51:13 2009	(r197179)
+++ user/edwin/locale/share/Makefile.def.inc	Sun Sep 13 21:52:36 2009	(r197180)
@@ -23,6 +23,11 @@ CMS=UTF-8
 CMS+=	${cm}
 .  endif
 . endfor
+. for cm in ${CMSLINK_${ccln}}
+.  if ${CMS:M${cm}} == ""
+CMS+=	${cm}
+.  endif
+. endfor
 .endfor
 
 # All files generated and their locations



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