svn commit: r197180 - user/edwin/locale/share

Edwin Groothuis edwin at FreeBSD.org
Sun Sep 13 21:52:37 UTC 2009


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


More information about the svn-src-user mailing list