• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/po/

Lines Matching refs:lc

299 	  for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
300 if test -n "$$lc"; then \
301 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
302 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
303 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
304 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
305 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
308 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
311 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
313 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
316 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
317 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
320 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
321 ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
322 ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
323 cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
324 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
348 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
349 if test -n "$$lc"; then \
350 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
351 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
352 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
353 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
354 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
357 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
360 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
362 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
365 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
366 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
392 for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
393 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \