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

Lines Matching refs:lc

194 	  for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
195 if test -n "$$lc"; then \
196 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
197 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
198 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
199 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
200 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
203 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
206 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
208 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
211 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
212 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
215 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
216 ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
217 ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
218 cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
219 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
243 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
244 if test -n "$$lc"; then \
245 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
246 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
247 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
248 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
249 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
252 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
255 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
257 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
260 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
261 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
287 for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
288 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \