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

Lines Matching refs:lc

289 	  for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
290 if test -n "$$lc"; then \
291 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
292 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
293 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
294 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
295 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
298 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
301 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
303 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
306 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
307 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
310 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
311 ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
312 ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
313 cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
314 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
338 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
339 if test -n "$$lc"; then \
340 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
341 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
342 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
343 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
344 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
347 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
350 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
352 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
355 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
356 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
382 for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
383 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \