This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] localedata/Makefile fix


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]