summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Langhans <lla@openoffice.org>2010-06-29 13:43:23 +0200
committerLars Langhans <lla@openoffice.org>2010-06-29 13:43:23 +0200
commit305193791e7143970687ea4c0dc47dca02022b2c (patch)
tree136ff261410d9a10bbbe546c01e20356772544a0
parent1e403838eea9f2a13692574cb50441c01f8a6948 (diff)
sb123:#i111449# makefile cleanups for qa/complex tests
-rw-r--r--linguistic/qa/complex/linguistic/makefile.mk1
-rw-r--r--sfx2/qa/complex/docinfo/makefile.mk2
2 files changed, 1 insertions, 2 deletions
diff --git a/linguistic/qa/complex/linguistic/makefile.mk b/linguistic/qa/complex/linguistic/makefile.mk
index b0d274167b98..2d10ec4c832d 100644
--- a/linguistic/qa/complex/linguistic/makefile.mk
+++ b/linguistic/qa/complex/linguistic/makefile.mk
@@ -27,7 +27,6 @@
.IF "$(OOO_SUBSEQUENT_TESTS)" == ""
nothing .PHONY:
- @echo "OOO_SUBSEQUENT_TESTS not set, do nothing."
.ELSE
PRJ = ../../..
diff --git a/sfx2/qa/complex/docinfo/makefile.mk b/sfx2/qa/complex/docinfo/makefile.mk
index 51f2ddd02597..626b648a6d06 100644
--- a/sfx2/qa/complex/docinfo/makefile.mk
+++ b/sfx2/qa/complex/docinfo/makefile.mk
@@ -45,7 +45,7 @@ JARFILES = OOoRunner.jar ridl.jar test.jar unoil.jar
EXTRAJARFILES = $(OOO_JUNIT_JAR)
# Sample how to debug
-JAVAIFLAGS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=9003,suspend=y
+# JAVAIFLAGS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=9003,suspend=y
.END