reset target added to Makefile (issue #569)
This commit is contained in:
parent
e40d8c3af3
commit
e47b586ee3
|
@ -20,7 +20,7 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Author : $Author: tomas $
|
# Author : $Author: tomas $
|
||||||
# Version : $Revision: 1.10 $
|
# Version : $Revision: 1.11 $
|
||||||
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/Attic/Makefile,v $
|
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/Attic/Makefile,v $
|
||||||
#
|
#
|
||||||
# @configure_input@
|
# @configure_input@
|
||||||
|
@ -90,11 +90,13 @@ TEST_RUNNER = ${PHP_DIR}/xmlrpc/testRunner.sh
|
||||||
# Targets
|
# Targets
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
.PHONY: all dir_setup doc clean docclean depclean distclean dist \
|
.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
|
$(MAKE) -C ../archiveServer all
|
||||||
|
|
||||||
|
local: dir_setup db_init
|
||||||
|
|
||||||
dir_setup: ${DOXYGEN_DIR}
|
dir_setup: ${DOXYGEN_DIR}
|
||||||
bin/setupDirs.sh ${STOR_DIR} ${ACCESS_DIR} ${TRANS_DIR} ${BUFF_DIR}
|
bin/setupDirs.sh ${STOR_DIR} ${ACCESS_DIR} ${TRANS_DIR} ${BUFF_DIR}
|
||||||
|
|
||||||
|
@ -125,6 +127,9 @@ check: all testonly
|
||||||
|
|
||||||
recheck: clean check
|
recheck: clean check
|
||||||
|
|
||||||
|
reset:
|
||||||
|
./bin/resetStorage.sh
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# Specific targets
|
# Specific targets
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue