projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a75505c
)
local-all-no-archive
author
GNU Libc Maintainers
<debian-glibc@lists.debian.org>
Sat, 2 Dec 2017 10:07:17 +0000
(10:07 +0000)
committer
Aurelien Jarno
<aurel32@debian.org>
Sat, 2 Dec 2017 10:07:17 +0000
(10:07 +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 f6a70a3254d35bccf7e9ffe14d3228673c4a4026..9beefd4b1dd5137755bbd621cc03afc77b7b636f 100644
(file)
--- a/
localedata/Makefile
+++ b/
localedata/Makefile
@@
-210,7
+210,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'; \