summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-09 18:37:21 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-09 18:37:21 (GMT)
commit02e0cb51dd856ead80481e063f876da8ac221936 (patch)
tree87560b965ed915e5d404640a09415cc1e09afac8 /samples
parentf5e75095d0a40294a0cbff62b45759ecd8a1e485 (diff)
Be a little more verbose during regtest to say that a sample did build.
Diffstat (limited to 'samples')
-rw-r--r--samples/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/samples/Makefile b/samples/Makefile
index 07a7556..3cb6c8f 100644
--- a/samples/Makefile
+++ b/samples/Makefile
@@ -50,10 +50,13 @@ regtest:
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: