# HG changeset patch # User "Yann E. MORIN" # Date 1184006241 0 # Node ID 5eb68e6c00b0d1b81d71e13c03095a30d5641d37 # Parent 15f44768d3f702eb9085631689f047d5b2697b7c Be a little more verbose during regtest to say that a sample did build. diff -r 15f44768d3f7 -r 5eb68e6c00b0 samples/Makefile --- a/samples/Makefile Mon Jul 09 17:35:45 2007 +0000 +++ b/samples/Makefile Mon Jul 09 18:37:21 2007 +0000 @@ -50,10 +50,13 @@ sed -i -r -e 's:^.*(CT_LOG_PROGRESS_BAR).*$$:\1=y:;' .config && \ yes "" |$(CT_NG) defoldconfig >/dev/null 2>&1 && \ $(CT_NG) build && \ + echo -e "\rSuccessfully built sample \"$${samp}\"" && \ echo -e "\rMaking tarball for sample \"$${samp}\"" && \ - $(CT_NG) tarball ; \ + $(CT_NG) tarball && \ + echo -e "\rSuccessfully built tarball for sample \"$${samp}\"" ; \ echo -e "\rCleaning sample \"$${samp}\"" ; \ $(CT_NG) distclean ; \ + echo -e "\r" ; \ done saveconfig: