• 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

230 	  for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
231 if test -n "$$lc"; then \
232 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
233 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
234 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
235 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
236 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
239 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
242 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
244 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
247 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
248 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
251 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
252 ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
253 ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
254 cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
255 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
279 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
280 if test -n "$$lc"; then \
281 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
282 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
283 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
284 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
285 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
288 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
291 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
293 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
296 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
297 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
323 for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
324 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \