From 7311a3ea25980c98307156bb16cf9a31b9228473 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Sat, 4 Apr 2020 23:59:51 +0900 Subject: mkxp fixes --- jni/iconv/libcharset/tools/all-locales | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100755 jni/iconv/libcharset/tools/all-locales (limited to 'jni/iconv/libcharset/tools/all-locales') diff --git a/jni/iconv/libcharset/tools/all-locales b/jni/iconv/libcharset/tools/all-locales deleted file mode 100755 index 54283b8..0000000 --- a/jni/iconv/libcharset/tools/all-locales +++ /dev/null @@ -1,27 +0,0 @@ -#! /bin/sh -# Prints the list of all locale names, one per line. - -locale -a -test $? = 0 && exit 0 - -host=`/bin/sh ../build-aux/config.guess` -host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` -host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` -host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` - -case "$host_os" in - sunos* | solaris*) - cd /usr/lib/locale && ls -1 - ;; - freebsd*) - cd /usr/share/locale && ls -1 - ;; - darwin* | openbsd*) - echo C - cd /usr/share/locale && ls -1 */LC_CTYPE | sed -e 's,/LC_CTYPE$,,' - ;; - *) - echo "Don't know how to determine list of locales on $host_os" 1>&2 - exit 1 - ;; -esac -- cgit v1.2.3