Home
last modified time | relevance | path

Searched refs:localedir (Results 1 – 25 of 257) sorted by relevance

1234567891011

/external/elfutils/src/po/
DMakefile.in29 localedir = ${datarootdir}/locale
240 dir=$(localedir)/$$lang/LC_MESSAGES; \
247 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
248 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
249 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
250 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
251 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
254 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
257 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
259 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
[all …]
DMakefile29 localedir = ${datarootdir}/locale macro
319 dir=$(localedir)/$$lang/LC_MESSAGES; \
326 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
327 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
328 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
329 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
330 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
333 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
336 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
338 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
[all …]
DMakefile.in.in29 localedir = @localedir@
240 dir=$(localedir)/$$lang/LC_MESSAGES; \
247 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
248 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
249 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
250 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
251 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
254 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
257 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
259 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
[all …]
/external/libexif/po/
DMakefile.in.in26 localedir = $(datadir)/locale
164 dir=$(localedir)/$$lang/LC_MESSAGES; \
171 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
172 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
173 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
174 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
175 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
178 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
181 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
183 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
[all …]
/external/e2fsprogs/po/
DMakefile.in.in27 localedir = $(datadir)/locale
170 dir=$(localedir)/$$lang/LC_MESSAGES; \
177 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
178 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
179 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
180 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
181 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
184 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
187 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
189 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
[all …]
/external/libexif/test/nls/
Dcheck-localedir.in3 localedir="@localedir@"
9 if test "${localedir}" = "${binlocaledir}"; then
10 echo "Makefile and binary agree on localedir \`${localedir}'. Good."
14 echo " - Makefile says \`${localedir}'."
Dtest-nls.c29 char *localedir; in main() local
37 localedir = argv[1]; in main()
62 const char *basedir = bindtextdomain(GETTEXT_PACKAGE, localedir); in main()
89 localedir, in main()
DMakefile.am1 nlstestscripts = check-localedir.sh # check-codeset.sh
9 check_PROGRAMS = print-localedir # $(codeset_tests)
30 EXTRA_DIST = check-localedir.in check-nls.in test-nls.c test-codeset.c
DMakefile.in36 check_PROGRAMS = print-localedir$(EXEEXT)
61 print_localedir_SOURCES = print-localedir.c
62 print_localedir_OBJECTS = print-localedir.$(OBJEXT)
93 SOURCES = print-localedir.c
94 DIST_SOURCES = print-localedir.c
224 localedir = @localedir@
241 nlstestscripts = check-localedir.sh # check-codeset.sh
263 EXTRA_DIST = check-localedir.in check-nls.in test-nls.c test-codeset.c
307 print-localedir$(EXEEXT): $(print_localedir_OBJECTS) $(print_localedir_DEPENDENCIES)
308 @rm -f print-localedir$(EXEEXT)
[all …]
Dtest-codeset.c138 const char *localedir = (localeenv!=NULL)?localeenv:LOCALEDIR; in checks() local
139 const char *msgcatdir = bindtextdomain(GETTEXT_PACKAGE, localedir); in checks()
Dcheck-nls.in4 localedir="@localedir@"
/external/bison/po/
DMakefile.in.in29 localedir = @localedir@
232 dir=$(localedir)/$$lang/LC_MESSAGES; \
239 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
240 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
241 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
242 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
243 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
246 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
249 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
251 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
[all …]
/external/bison/runtime-po/
DMakefile.in.in29 localedir = @localedir@
232 dir=$(localedir)/$$lang/LC_MESSAGES; \
239 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
240 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
241 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
242 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
243 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
246 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
249 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
251 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
[all …]
/external/bison/m4/
Dbison-i18n.m426 dnl Determine bison's localedir.
29 dnl and accepts the --print-localedir option.
31 if (${YACC-${BISON-:}} --print-localedir) >/dev/null 2>&1; then
32 BISON_LOCALEDIR=`${YACC-${BISON-:}} --print-localedir`
Dconfigmake.m443 if test "x$localedir" = x; then
44 AC_SUBST([localedir], ['${datarootdir}/locale']) subst
/external/selinux/policycoreutils/po/
DMakefile.in22 localedir = $(datadir)/locale
102 *) destdir=$(DESTDIR)$(localedir);; \
146 rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
147 rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
DMakefile.in.in22 localedir = $(datadir)/locale
107 *) destdir=$(DESTDIR)$(localedir);; \
158 rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
159 rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
/external/libexif/m4m/
Dgp-gettext-hack.m471 AC_SUBST([localedir], ['$(datadir)/locale']) subst
72 AM_CPPFLAGS="$AM_CPPFLAGS -DLOCALEDIR=\\\"${localedir}\\\""
/external/e2fsprogs/intl/
DMakefile.in36 localedir = $(datadir)/locale
38 aliaspath = $(localedir)
/external/selinux/policycoreutils/gui/
DmappingsPage.py36 localedir="/usr/share/locale",
/external/libvorbis/lib/books/floor/
DMakefile.in165 localedir = @localedir@
/external/libvorbis/lib/books/uncoupled/
DMakefile.in165 localedir = @localedir@
/external/libvorbis/m4/
DMakefile.in165 localedir = @localedir@
/external/ipsec-tools/src/include-glibc/
DMakefile.in158 localedir = @localedir@
/external/libvorbis/lib/books/coupled/
DMakefile.in165 localedir = @localedir@

1234567891011