diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-21 02:06:45 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-21 02:06:45 -0400 |
commit | cc9e536dac7171fa62b73700a01495cc6b269560 (patch) | |
tree | f2f49028167d9a57703c40c8c23e994283ff6db2 /localedata/Makefile | |
parent | aec84f53952315ac1bd91036e37113d9cb3a303b (diff) | |
download | glibc-cc9e536dac7171fa62b73700a01495cc6b269560.tar.gz glibc-cc9e536dac7171fa62b73700a01495cc6b269560.tar.xz glibc-cc9e536dac7171fa62b73700a01495cc6b269560.zip |
Fix handling of LC_CTYPE in locale name handling
Diffstat (limited to 'localedata/Makefile')
-rw-r--r-- | localedata/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index 8f356ec861..81c1377420 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996-2003,2005,2007,2008,2009 Free Software Foundation, Inc. +# Copyright (C) 1996-2003,2005,2007,2008,2009,2011 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 @@ -94,7 +94,7 @@ locale_test_suite := tst_iswalnum tst_iswalpha tst_iswcntrl \ tests = $(locale_test_suite) tst-digits tst-setlocale bug-iconv-trans \ tst-leaks tst-mbswcs6 tst-xlocale1 tst-xlocale2 bug-usesetlocale \ - tst-strfmon1 tst-sscanf tst-strptime + tst-strfmon1 tst-sscanf tst-strptime bug-setlocale1 ifeq (yes,$(build-shared)) ifneq (no,$(PERL)) tests: $(objpfx)mtrace-tst-leaks @@ -301,5 +301,8 @@ tst-leaks-ENV = MALLOC_TRACE=$(objpfx)tst-leaks.mtrace \ $(objpfx)mtrace-tst-leaks: $(objpfx)tst-leaks.out $(common-objpfx)malloc/mtrace $(objpfx)tst-leaks.mtrace > $@ +bug-setlocale1-ENV = LOCPATH=$(common-objpfx)localedata +bug-setlocale1-ARGS = $(common-objpfx) + $(objdir)/iconvdata/gconv-modules: $(MAKE) -C ../iconvdata subdir=iconvdata $@ |