[PATCH] localedata/Makefile fix

Jakub Jelinek jakub@redhat.com
Fri Jun 30 08:45:00 GMT 2000


Hi!

I admit I was doing all the locale compilations without -u and it worked
(but th_TH). But if localedef is invoked with -u, it spits zillions of
warnings.

2000-06-30  Jakub Jelinek  <jakub@redhat.com>

	* Makefile (install-locales): Remove the -u switch from localedef
	command line.

--- libc/localedata/Makefile.jj	Fri Jun 30 17:20:21 2000
+++ libc/localedata/Makefile	Fri Jun 30 17:32:30 2000
@@ -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
 

	Jakub


More information about the Libc-hacker mailing list