summaryrefslogtreecommitdiff
path: root/ucb/qa
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 14:40:18 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 14:40:18 +0000
commit6f4cfb974b2ba8af04941c6f6193865936fec0ad (patch)
treea4e02954697991f32cc7caeca936cb4bd030071a /ucb/qa
parent7370ecd882ebe8e0d0c6a21b45ed325f86f0b7da (diff)
INTEGRATION: CWS ause069 (1.4.72); FILE MERGED
2006/12/01 17:25:10 hjs 1.4.72.1: #i70359# remove forced shell calls
Diffstat (limited to 'ucb/qa')
-rwxr-xr-xucb/qa/complex/tdoc/makefile.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/ucb/qa/complex/tdoc/makefile.mk b/ucb/qa/complex/tdoc/makefile.mk
index aaa7614c504b..639ae8bc9a45 100755
--- a/ucb/qa/complex/tdoc/makefile.mk
+++ b/ucb/qa/complex/tdoc/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: rt $ $Date: 2005-10-18 08:45:54 $
+# last change: $Author: obo $ $Date: 2007-01-25 15:40:18 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -84,11 +84,11 @@ CT_TESTDOCS = -tdoc $(PWD)$/..$/test_documents
# --- Targets ------------------------------------------------------
run: ALLTAR
- +@echo .
- +@echo "The followig tests are available:"
- +@echo $(foreach,i,$(JAVAFILES) "dmake $(i:b) ")
+ @echo .
+ @echo "The followig tests are available:"
+ @echo $(foreach,i,$(JAVAFILES) "dmake $(i:b) ")
.INCLUDE : target.mk
Check%:
- +java -cp $(CLASSPATH) $(CT_APP) $(CT_TESTBASE) $(CT_TESTDOCS) $(CT_APPEXECCOMMAND) $(CT_PACKAGE).$@
+ java -cp $(CLASSPATH) $(CT_APP) $(CT_TESTBASE) $(CT_TESTDOCS) $(CT_APPEXECCOMMAND) $(CT_PACKAGE).$@