Lines Matching full:echo
64 @echo "$(MSGFMT) -c -o $@ $<"; \
68 @lang=`echo $* | sed -e 's,.*/,,'`; \
70 echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \
93 @echo "touch stamp-po"
94 @echo timestamp > stamp-poT
137 @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
140 echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \
168 lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
173 echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
199 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
220 lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
266 lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
289 @echo "This command is intended for maintainers to use;"
290 @echo "it deletes files that may require special tools to rebuild."
328 @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
329 echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
335 @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
338 echo "$$lang:"; \
340 echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \
349 echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
354 echo "msgmerge for $$lang.po failed!" 1>&2; \