From b166f010a257d6cfd27e46ecb6e2ac6b505292c8 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 17 Jun 2007 11:45:18 +0000 Subject: Add intermediate mesages when building regtests. Distclean the repository after each sample during regtests. diff --git a/samples/Makefile b/samples/Makefile index e1e2d49..5b9b91f 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -38,11 +38,11 @@ regtest: 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 -- cgit v0.10.2-6-g49f6