• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-wxwidgets/po/

Lines Matching refs:lc

201 	  for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
202 if test -n "$$lc"; then \
203 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
204 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
205 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
206 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
207 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
210 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
213 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
215 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
218 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
219 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
222 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
223 ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
224 ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
225 cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
226 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
241 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
242 if test -n "$$lc"; then \
243 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
244 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
245 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
246 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
247 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
250 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
253 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
255 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
258 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
259 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
273 for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
274 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \