changed (un)install_web to just (un)install

This commit is contained in:
fgerlits 2005-04-12 10:11:51 +00:00
parent efdbb038f9
commit d7984fecbd

View file

@ -21,7 +21,7 @@
#
#
# Author : $Author: fgerlits $
# Version : $Revision: 1.25 $
# Version : $Revision: 1.26 $
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/gLiveSupport/etc/Makefile.in,v $
#
# @configure_input@
@ -259,7 +259,7 @@ run: all
install: ${SCHEDULER_EXE}
-${MAKE} -C ${STORAGE_SERVER_DIR} db_init
-${MAKE} -C ${SCHEDULER_DIR} install_web
-${MAKE} -C ${SCHEDULER_DIR} install
start: ${SCHEDULER_EXE}
${MAKE} -C ${SCHEDULER_DIR} start
@ -268,7 +268,7 @@ stop: ${SCHEDULER_EXE}
${MAKE} -C ${SCHEDULER_DIR} stop
uninstall: ${SCHEDULER_EXE}
-${MAKE} -C ${SCHEDULER_DIR} uninstall_web
-${MAKE} -C ${SCHEDULER_DIR} uninstall
-${MAKE} -C ${STORAGE_SERVER_DIR} db_clean
storage_server_init: