Lines Matching full:echo
160 ECHO = @ECHO@
306 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/name-test/Makefile'; \
315 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
329 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
330 echo " rm -f $$p $$f"; \
387 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
400 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
416 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
447 echo "XPASS: $$tst"; \
450 echo "PASS: $$tst"; \
458 echo "XFAIL: $$tst"; \
462 echo "FAIL: $$tst"; \
467 echo "SKIP: $$tst"; \
487 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
493 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
496 dashes=`echo "$$dashes" | sed s/./=/g`; \
497 echo "$$dashes"; \
498 echo "$$banner"; \
499 test -z "$$skipped" || echo "$$skipped"; \
500 test -z "$$report" || echo "$$report"; \
501 echo "$$dashes"; \
506 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
507 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
510 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
511 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
514 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
550 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
559 @echo "This command is intended for maintainers to use"
560 @echo "it deletes files that may require special tools to rebuild."