Be a little more verbose during regtest to say that a sample did build.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jul 09 18:37:21 2007 +0000 (2007-07-09)
changeset 2285eb68e6c00b0
parent 227 15f44768d3f7
child 229 9c5809b7fd23
Be a little more verbose during regtest to say that a sample did build.
samples/Makefile
     1.1 --- a/samples/Makefile	Mon Jul 09 17:35:45 2007 +0000
     1.2 +++ b/samples/Makefile	Mon Jul 09 18:37:21 2007 +0000
     1.3 @@ -50,10 +50,13 @@
     1.4  	     sed -i -r -e 's:^.*(CT_LOG_PROGRESS_BAR).*$$:\1=y:;' .config                                   &&  \
     1.5  	     yes "" |$(CT_NG) defoldconfig >/dev/null 2>&1                                                  &&  \
     1.6  	     $(CT_NG) build                                                                                 &&  \
     1.7 +	     echo -e "\rSuccessfully built sample \"$${samp}\""                                             &&  \
     1.8  	     echo -e "\rMaking tarball for sample \"$${samp}\""                                             &&  \
     1.9 -	     $(CT_NG) tarball                                                                               ;   \
    1.10 +	     $(CT_NG) tarball                                                                               &&  \
    1.11 +	     echo -e "\rSuccessfully built tarball for sample \"$${samp}\""                                 ;   \
    1.12  	     echo -e "\rCleaning sample \"$${samp}\""                                                       ;   \
    1.13  	     $(CT_NG) distclean                                                                             ;   \
    1.14 +	     echo -e "\r"                                                                                   ;   \
    1.15  	 done
    1.16  
    1.17  saveconfig: