Lines Matching refs:lc

324 	  for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
325 if test -n "$$lc"; then \
326 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
327 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
328 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
329 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
330 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
333 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
336 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
338 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
341 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
342 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
345 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
346 … ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
347 …ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOM…
348 …DIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
349 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
372 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
373 if test -n "$$lc"; then \
374 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
375 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
376 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
377 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
378 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
381 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
384 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
386 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
389 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
390 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
416 for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
417 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \