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

Lines Matching refs:lc

273 	  for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
274 if test -n "$$lc"; then \
275 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
276 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
277 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
278 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
279 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
282 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
285 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
287 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
290 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
291 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
294 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
295 ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
296 ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
297 cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
298 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
322 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
323 if test -n "$$lc"; then \
324 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
325 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
326 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
327 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
328 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
331 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
334 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
336 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
339 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
340 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
366 for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
367 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \