From: Ulrich Drepper Date: Fri, 30 Jun 2000 17:23:04 +0000 (+0000) Subject: (install-locales): Remove the -u switch from localedef command line. X-Git-Tag: cvs/glibc_2-1-91~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=acb53dc1aee4dc2f042ff8a5fc863533b0ad975d;p=platform%2Fupstream%2Fglibc.git (install-locales): Remove the -u switch from localedef command line. --- diff --git a/localedata/Makefile b/localedata/Makefile index 33c080e..af70f7c 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -168,7 +168,6 @@ install-locales: case $$locale in \#*) continue;; esac; \ $(LOCALEDEF) -i locales/`echo $$locale | sed 's/\([^.]*\).*/\1/'` \ -c -f charmaps/$$charset \ - -u repertoiremaps/mnemonic.ds \ $(inst_localedir)/$$locale; \ done < SUPPORTED