minor changes
This commit is contained in:
parent
807c8cec6c
commit
745e604869
1 changed files with 8 additions and 5 deletions
|
@ -20,7 +20,7 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Author : $Author: tomas $
|
# Author : $Author: tomas $
|
||||||
# Version : $Revision: 1.3 $
|
# Version : $Revision: 1.4 $
|
||||||
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/archiveServer/Attic/Makefile,v $
|
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/archiveServer/Attic/Makefile,v $
|
||||||
#
|
#
|
||||||
# @configure_input@
|
# @configure_input@
|
||||||
|
@ -90,7 +90,7 @@ 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
|
db_init db_clean testonly
|
||||||
|
|
||||||
all: dir_setup db_init
|
all: dir_setup db_init
|
||||||
|
|
||||||
|
@ -115,10 +115,13 @@ dist:
|
||||||
|
|
||||||
distclean: clean docclean
|
distclean: clean docclean
|
||||||
|
|
||||||
#check: all ${TEST_RUNNER}
|
testonly: ${TEST_RUNNER}
|
||||||
# ${TEST_RUNNER}
|
${TEST_RUNNER}
|
||||||
|
|
||||||
check: all
|
check: all
|
||||||
# $(MAKE) -C ../storageServer transtest
|
#testonly
|
||||||
|
|
||||||
|
recheck: clean check
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# Specific targets
|
# Specific targets
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue