summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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