projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b3c959
)
local-all-no-archive
author
GNU Libc Maintainers
<debian-glibc@lists.debian.org>
Sun, 14 Jan 2018 10:24:48 +0000
(10:24 +0000)
committer
Aurelien Jarno
<aurel32@debian.org>
Sun, 14 Jan 2018 10:24:48 +0000
(10:24 +0000)
Gbp-Pq: Topic localedata
Gbp-Pq: Name local-all-no-archive.diff
localedata/Makefile
patch
|
blob
|
history
diff --git
a/localedata/Makefile
b/localedata/Makefile
index 20c5921aeac9ea071b75e4011de61910a35aa48b..68abca675a7db374d36c08c08fca27e49ccb65c4 100644
(file)
--- a/
localedata/Makefile
+++ b/
localedata/Makefile
@@
-225,7
+225,7
@@
$(INSTALL-SUPPORTED-LOCALES): install-locales-dir
echo -n `echo $$locale | sed 's/\([^\@]*\)\(\@.*\)*/\2/'`; \
echo -n '...'; \
input=`echo $$locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; \
- $(LOCALEDEF) --alias-file=../intl/locale.alias \
+ $(LOCALEDEF) --alias-file=../intl/locale.alias
--no-archive
\
-i locales/$$input -c -f charmaps/$$charset \
$(addprefix --prefix=,$(install_root)) $$locale \
&& echo ' done'; \