Lines Matching refs:lc
142 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
143 if test -n "$$lc"; then \
144 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
145 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
146 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
147 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
148 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
151 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
154 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
156 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
159 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
160 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
163 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
164 … ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
165 …ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOM…
166 …DIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
167 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
180 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
181 if test -n "$$lc"; then \
182 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
183 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
184 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
185 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
186 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
189 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
192 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
194 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
197 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
198 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
210 for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
211 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \