projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
(_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale as 1.
[kopensolaris-gnu/glibc.git]
/
locale
/
Makefile
diff --git
a/locale/Makefile
b/locale/Makefile
index
90b2181
..
8400511
100644
(file)
--- a/
locale/Makefile
+++ b/
locale/Makefile
@@
-1,4
+1,4
@@
-# Copyright (C) 1991,
1992, 1995, 1996, 1997
Free Software Foundation, Inc.
+# Copyright (C) 1991,
92, 95, 96, 97, 98
Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@@
-30,7
+30,8
@@
distribute = localeinfo.h categories.def iso-4217.def weight.h \
$(lib-modules:=.c) config.h simple-hash.h \
charmap-kw.gperf charmap-kw.h locfile-token.h \
locfile-kw.gperf locfile-kw.h linereader.h \
$(lib-modules:=.c) config.h simple-hash.h \
charmap-kw.gperf charmap-kw.h locfile-token.h \
locfile-kw.gperf locfile-kw.h linereader.h \
- locales.h locfile.h stringtrans.h charset.h)
+ locales.h locfile.h stringtrans.h charset.h \
+ repertoire.h)
routines = setlocale findlocale loadlocale localeconv nl_langinfo \
mb_cur_max codeset_name \
newlocale duplocale freelocale
routines = setlocale findlocale loadlocale localeconv nl_langinfo \
mb_cur_max codeset_name \
newlocale duplocale freelocale
@@
-45,7
+46,6
@@
extra-libs = libBrokenLocale
extra-libs-others = $(extra-libs)
libBrokenLocale-routines = broken_cur_max
extra-libs-others = $(extra-libs)
libBrokenLocale-routines = broken_cur_max
-libBrokenLocale-map = libBrokenLocale.map
subdir-dirs = programs
vpath %.c programs
subdir-dirs = programs
vpath %.c programs
@@
-53,7
+53,7
@@
vpath %.h programs
vpath %.gperf programs
localedef-modules := $(categories:%=ld-%) charmap charset linereader \
vpath %.gperf programs
localedef-modules := $(categories:%=ld-%) charmap charset linereader \
- locfile stringtrans
+ locfile stringtrans
repertoire
locale-modules := locale-spec
lib-modules := simple-hash xmalloc xstrdup
locale-modules := locale-spec
lib-modules := simple-hash xmalloc xstrdup
@@
-77,11
+77,12
@@
CPPFLAGS := -DLOCALE_PATH='$(localepath)' \
-DLOCALEDIR='"$(localedir)"' \
-DLOCALE_ALIAS_PATH='"$(localedir):$(i18ndir)"' \
-DCHARMAP_PATH='"$(i18ndir)/charmaps"' \
-DLOCALEDIR='"$(localedir)"' \
-DLOCALE_ALIAS_PATH='"$(localedir):$(i18ndir)"' \
-DCHARMAP_PATH='"$(i18ndir)/charmaps"' \
+ -DREPERTOIREMAP_PATH='"$(i18ndir)/repertoiremaps"' \
-DLOCSRCDIR='"$(i18ndir)/locales"' -DHAVE_CONFIG_H \
-Iprograms $(CPPFLAGS)
-DLOCSRCDIR='"$(i18ndir)/locales"' -DHAVE_CONFIG_H \
-Iprograms $(CPPFLAGS)
-CFLAGS-charmap.c = -Wno-write-strings
-CFLAGS-locfile.c = -Wno-write-strings
+CFLAGS-charmap.c = -Wno-write-strings
-Wno-char-subscripts
+CFLAGS-locfile.c = -Wno-write-strings
-Wno-char-subscripts
# Depend on libc.so so a DT_NEEDED is generated in the shared objects.
# This ensures they will load libc.so for needed symbols if loaded by
# Depend on libc.so so a DT_NEEDED is generated in the shared objects.
# This ensures they will load libc.so for needed symbols if loaded by