From c3d30670d4117fde0fc7f4d74b076bc74c6b46ec Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 24 Aug 2005 12:42:32 +0000 Subject: r9582: a few makefile fixes for 'make test'; get the dependencies and cleanup right (This used to be commit bec6cf7ea80fde683e90590421569ea8ff88830c) --- source3/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index cf76161e71..aa6a526fbb 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -774,7 +774,7 @@ pch: ## ## 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 @@ TOPFILES=dynconfig.o dynconfig.@PICSUFFIX@ clean: delheaders python_clean -rm -f core */*~ *~ */*.o */*.@PICSUFFIX@ */*.@SHLIBEXT@ \ $(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 -- cgit