Lines Matching refs:lc
204 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
205 if test -n "$$lc"; then \
206 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
207 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
208 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
209 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
210 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
213 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
216 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
218 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
221 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
222 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
225 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
226 … ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
227 …ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOM…
228 …DIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
229 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
253 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
254 if test -n "$$lc"; then \
255 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
256 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
257 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
258 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
259 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
262 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
265 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
267 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
270 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
271 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
297 for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
298 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \