• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-librep/po/

Lines Matching refs:lc

195 	  for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
196 if test -n "$$lc"; then \
197 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
198 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
199 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
200 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
201 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
204 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
207 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
209 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
212 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
213 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
216 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
217 ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
218 ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
219 cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
220 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
235 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
236 if test -n "$$lc"; then \
237 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
238 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
239 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
240 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
241 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
244 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
247 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
249 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
252 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
253 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
267 for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
268 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \