From 52a437ed9d62fddf9eaca1e35c247613251d2387 Mon Sep 17 00:00:00 2001 From: tomash Date: Wed, 28 Sep 2005 13:27:41 +0000 Subject: [PATCH] Useful target added. --- livesupport/modules/archiveServer/etc/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/livesupport/modules/archiveServer/etc/Makefile.in b/livesupport/modules/archiveServer/etc/Makefile.in index 2e3c8581a..7522029c4 100644 --- a/livesupport/modules/archiveServer/etc/Makefile.in +++ b/livesupport/modules/archiveServer/etc/Makefile.in @@ -172,6 +172,8 @@ install: #------------------------------------------------------------------------------- # Specific targets #------------------------------------------------------------------------------- +storage: dir_setup db_init + dir_setup: ${DOXYGEN_DIR} bin/setupDirs.sh ${STOR_DIR} ${ACCESS_DIR} ${TRANS_DIR} ${BUFF_DIR}