share/ctype: Improved makefile allows symlinks to be removed
authorJohn Marino <draco@marino.st>
Sun, 13 Sep 2015 15:56:35 +0000 (17:56 +0200)
committerJohn Marino <draco@marino.st>
Sun, 13 Sep 2015 16:01:10 +0000 (18:01 +0200)
commitd53758f49bc6eedbe547ead78e2521c9b498528a
tree0e99f353e18bacb2f59bfd986f64bd524172fce6
parente4c5f6439c18088a7bee69df3b9847619939cbe0
share/ctype: Improved makefile allows symlinks to be removed

The makefile, which is generated, now can generate all LC_CTYPE
output files without the use of symlinks and still manages to avoid
source file duplication.  The symlinks might cause issues for
repositories cloned to a MS Windows system.

Requested-by: bapt@FreeBSD.org
17 files changed:
share/ctypedef/Makefile
share/ctypedef/en_US.ISO8859-1.src [deleted symlink]
share/ctypedef/en_US.US-ASCII.src [deleted symlink]
share/ctypedef/ja_JP.eucJP.src [deleted symlink]
share/ctypedef/lv_LV.ISO8859-13.src [deleted symlink]
share/ctypedef/ru_RU.CP1251.src [deleted symlink]
share/ctypedef/ru_RU.CP866.src [deleted symlink]
share/ctypedef/ru_RU.ISO8859-5.src [deleted symlink]
share/ctypedef/ru_RU.KOI8-R.src [deleted symlink]
share/ctypedef/sr_Latn_RS.ISO8859-2.src [deleted symlink]
share/ctypedef/tr_TR.ISO8859-9.src [deleted symlink]
share/ctypedef/uk_UA.ISO8859-5.src [deleted symlink]
share/ctypedef/uk_UA.KOI8-U.src [deleted symlink]
share/ctypedef/zh_Hans_CN.GB2312.src [deleted symlink]
share/ctypedef/zh_Hans_CN.GBK.src [deleted symlink]
share/ctypedef/zh_Hans_CN.eucCN.src [deleted symlink]
share/ctypedef/zh_Hant_TW.Big5.src [deleted symlink]