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

Lines Matching refs:lc

390 	  for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
391 if test -n "$$lc"; then \
392 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
393 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
394 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
395 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
396 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
399 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
402 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
404 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
407 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
408 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
411 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
412 ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
413 ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
414 cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
415 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
439 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
440 if test -n "$$lc"; then \
441 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
442 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
443 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
444 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
445 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
448 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
451 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
453 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
456 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
457 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
483 for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
484 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \