Home | History | Annotate | Download | only in libelf-po

Lines Matching full:echo

31 mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
91 @lang=`echo $* | sed -e 's,.*/,,'`; \
93 echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \
119 @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
121 echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \
143 lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
148 echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
174 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
195 lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
241 lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
261 @echo "This command is intended for maintainers to use;"
262 @echo "it deletes files that may require special tools to rebuild."
290 @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
293 echo "$$lang:"; \
295 echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \
304 echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
309 echo "msgmerge for $$lang.po failed!" 1>&2; \
338 @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
341 echo "$$lang:"; \
342 ll=`echo $$lang | sed -e 's/@.*//'`; \
345 if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
352 echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
357 echo "creation of $$lang.po failed!" 1>&2; \