diff --git a/livesupport/modules/storageServer/Makefile b/livesupport/modules/storageServer/Makefile index 487b837c6..8fb07bd2e 100644 --- a/livesupport/modules/storageServer/Makefile +++ b/livesupport/modules/storageServer/Makefile @@ -20,7 +20,7 @@ # # # Author : $Author: tomas $ -# Version : $Revision: 1.10 $ +# Version : $Revision: 1.11 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/Attic/Makefile,v $ # # @configure_input@ @@ -90,11 +90,13 @@ TEST_RUNNER = ${PHP_DIR}/xmlrpc/testRunner.sh # Targets #------------------------------------------------------------------------------- .PHONY: all dir_setup doc clean docclean depclean distclean dist \ - db_init db_clean testonly transtest + db_init db_clean testonly transtest local reset -all: dir_setup db_init +all: local $(MAKE) -C ../archiveServer all +local: dir_setup db_init + dir_setup: ${DOXYGEN_DIR} bin/setupDirs.sh ${STOR_DIR} ${ACCESS_DIR} ${TRANS_DIR} ${BUFF_DIR} @@ -125,6 +127,9 @@ check: all testonly recheck: clean check +reset: + ./bin/resetStorage.sh + #------------------------------------------------------------------------------- # Specific targets #-------------------------------------------------------------------------------