samples/Makefile
changeset 228 5eb68e6c00b0
parent 215 aa3b93c54c17
child 230 13f12e53b1b7
     1.1 --- a/samples/Makefile	Sat Jul 07 21:20:20 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: