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

Lines Matching refs:lc

163 	  for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
164 if test -n "$$lc"; then \
165 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
166 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
167 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
168 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
169 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
172 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
175 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
177 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
180 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
181 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
184 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
185 ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
186 ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
187 cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
188 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
212 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
213 if test -n "$$lc"; then \
214 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
215 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
216 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
217 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
218 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
221 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
224 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
226 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
229 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
230 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
256 for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
257 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \