Home | History | Annotate | Download | only in libelf-po

Lines Matching refs:lc

149 	  for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
150 if test -n "$$lc"; then \
151 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
152 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
153 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
154 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
155 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
158 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
161 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
163 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
166 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
167 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
170 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
171 ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
172 ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
173 cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
174 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
198 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
199 if test -n "$$lc"; then \
200 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
201 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
202 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
203 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
204 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
207 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
210 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
212 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
215 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
216 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
242 for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
243 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \