projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24c96ee
)
local-all-no-archive
author
GNU Libc Maintainers
<debian-glibc@lists.debian.org>
Wed, 5 Dec 2018 18:50:21 +0000
(18:50 +0000)
committer
Aurelien Jarno
<aurel32@debian.org>
Wed, 5 Dec 2018 18:50:21 +0000
(18:50 +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 13c5423e0e70fd87397ff01e0cc5b165ba4d56d6..7f3601954dbd11f3a06903e813b462836b7ff9da 100644
(file)
--- a/
localedata/Makefile
+++ b/
localedata/Makefile
@@
-407,7
+407,7
@@
$(INSTALL-SUPPORTED-LOCALES): install-locales-dir
echo -n `echo $$locale | sed 's/\([^\@]*\)\(\@.*\)*/\2/'`; \
echo -n '...'; \
input=`echo $$locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; \
- $(LOCALEDEF) $$flags --alias-file=../intl/locale.alias \
+ $(LOCALEDEF) $$flags --alias-file=../intl/locale.alias
--no-archive
\
-i locales/$$input -f charmaps/$$charset \
$(addprefix --prefix=,$(install_root)) $$locale \
&& echo ' done'; \