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

Lines Matching refs:lc

247 	  for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
248 if test -n "$$lc"; then \
249 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
250 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
251 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
252 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
253 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
256 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
259 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
261 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
264 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
265 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
268 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
269 ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
270 ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
271 cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
272 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
296 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
297 if test -n "$$lc"; then \
298 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
299 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
300 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
301 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
302 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
305 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
308 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
310 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
313 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
314 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
340 for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
341 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \