Lines Matching refs:lc
123 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
124 if test -n "$$lc"; then \
125 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
126 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
127 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
128 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
129 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
132 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
135 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
137 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
140 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
141 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
144 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
145 … ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
146 …ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOM…
147 …DIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
148 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
172 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
173 if test -n "$$lc"; then \
174 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
175 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
176 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
177 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
178 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
181 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
184 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
186 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
189 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
190 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
216 for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
217 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \