• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/po/

Lines Matching refs:lc

275 	  for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
276 if test -n "$$lc"; then \
277 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
278 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
279 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
280 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
281 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
284 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
287 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
289 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
292 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
293 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
296 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
297 ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
298 ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
299 cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
300 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
324 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
325 if test -n "$$lc"; then \
326 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
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 \
341 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
342 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
368 for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
369 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \