# HG changeset patch # User "Yann E. MORIN" # Date 1182080718 0 # Node ID d8b573409f2e4f64362118afcd0f0f3e73ee6122 # Parent fe502496fc06d5f8af9001adf4f0ba3d284dd6bf Add intermediate mesages when building regtests. Distclean the repository after each sample during regtests. diff -r fe502496fc06 -r d8b573409f2e samples/Makefile --- a/samples/Makefile Sun Jun 17 11:13:48 2007 +0000 +++ b/samples/Makefile Sun Jun 17 11:45:18 2007 +0000 @@ -38,11 +38,11 @@ sed -i -r -e 's:^.*(CT_LOG_PROGRESS_BAR).*$$:\1=y:;' .config && \ yes "" |make -C $(CT_TOP_DIR) defoldconfig >/dev/null 2>&1 && \ make -C $(CT_TOP_DIR) && \ + echo "Making tarball for sample \"$${samp}\"" && \ make -C $(CT_TOP_DIR) tarball && \ - chmod -R u+w $(CT_TOP_DIR)/targets && \ - rm -rf $(CT_TOP_DIR)/targets; \ + echo "Cleaning sample \"$${samp}\"" && \ + make -C $(CT_TOP_DIR) distclean; \ done - @make distclean saveconfig: $(CT_TOP_DIR)/scripts/saveSample.sh