Lines Matching full:echo
31 mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
122 @lang=`echo $* | sed -e 's,.*/,,'`; \
124 echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \
150 @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
152 echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \
174 lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
179 echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
205 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
226 lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
272 lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
292 @echo "This command is intended for maintainers to use;"
293 @echo "it deletes files that may require special tools to rebuild."
321 @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
324 echo "$$lang:"; \
326 echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \
335 echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
340 echo "msgmerge for $$lang.po failed!" 1>&2; \
369 @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
372 echo "$$lang:"; \
373 ll=`echo $$lang | sed -e 's/@.*//'`; \
376 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 \
383 echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
388 echo "creation of $$lang.po failed!" 1>&2; \