Author: jerry
Date: 2005-08-24 12:42:32 +0000 (Wed, 24 Aug 2005)
New Revision: 9582

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9582

Log:
a few makefile fixes for 'make test'; get the dependencies and cleanup right
Modified:
   branches/SAMBA_3_0/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in       2005-08-24 12:21:19 UTC (rev 
9581)
+++ branches/SAMBA_3_0/source/Makefile.in       2005-08-24 12:42:32 UTC (rev 
9582)
@@ -774,7 +774,7 @@
 ##
 ## Targets for 'make test'
 ##
-test: all
+test: all torture
        @echo Running Samba 3 Test suite
        @sh ./script/tests/runtests.sh t_dir
 
@@ -1441,7 +1441,8 @@
 clean: delheaders python_clean
        -rm -f core */*~ *~ */*.o */[EMAIL PROTECTED]@ */[EMAIL PROTECTED]@ \
                $(TOPFILES) $(BIN_PROGS) $(SBIN_PROGS) $(MODULES) 
$(TORTURE_PROGS) \
-               $(LIBSMBCLIENT) $(EVERYTHING_PROGS) .headers.stamp t_dir
+               $(LIBSMBCLIENT) $(EVERYTHING_PROGS) .headers.stamp 
+       -rm -rf t_dir
 
 # Making this target will just make sure that the prototype files
 # exist, not necessarily that they are up to date.  Since they're

Reply via email to