added run_web target
This commit is contained in:
parent
840a11929a
commit
630d91fdfe
|
@ -21,7 +21,7 @@
|
|||
#
|
||||
#
|
||||
# Author : $Author: maroy $
|
||||
# Version : $Revision: 1.41 $
|
||||
# Version : $Revision: 1.42 $
|
||||
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/etc/Makefile.in,v $
|
||||
#
|
||||
# @configure_input@
|
||||
|
@ -236,7 +236,7 @@ TEST_RUNNER_LIBS = ${SCHEDULER_EXE_LIBS} -lcppunit -ldl
|
|||
#-------------------------------------------------------------------------------
|
||||
.PHONY: all dir_setup doc clean docclean depclean distclean
|
||||
.PHONY: install start status run_tests stop uninstall
|
||||
.PHONY: install_web start_web status_web stop_web uninstall_web
|
||||
.PHONY: install_web start_web status_web run_web stop_web uninstall_web
|
||||
|
||||
all: dir_setup ${SCHEDULER_EXE}
|
||||
|
||||
|
@ -306,6 +306,10 @@ stop_web: ${SCHEDULER_EXE}
|
|||
status_web: ${SCHEDULER_EXE}
|
||||
${SCHEDULER_EXE} -c ${SCHEDULER_WEB_CFG} status
|
||||
|
||||
run_web: ${SCHEDULER_EXE}
|
||||
${SCHEDULER_EXE} -c ${SCHEDULER_WEB_CFG} --debug start
|
||||
sleep 2
|
||||
|
||||
uninstall_web: ${SCHEDULER_EXE}
|
||||
${SCHEDULER_EXE} -c ${SCHEDULER_WEB_CFG} uninstall
|
||||
|
||||
|
|
Loading…
Reference in New Issue