Lines Matching refs:lc
237 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
238 if test -n "$$lc"; then \
239 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
240 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
241 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
242 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
243 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
246 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
249 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
251 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
254 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
255 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
258 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
259 … ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
260 …ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOM…
261 …DIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
262 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
286 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
287 if test -n "$$lc"; then \
288 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
289 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
290 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
291 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
292 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
295 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
298 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
300 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
303 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
304 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
330 for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
331 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \