summaryrefslogtreecommitdiff
path: root/testtools
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-01-27 15:34:10 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-01-27 15:52:23 +0200
commita6ed487d9703a052f335141d3d44a022d08e84ab (patch)
tree66420202ccf16f782d548aadb3556c7a6af70412 /testtools
parent68eabebbf7e3f41310fa198fcf5d565fa03c9f6f (diff)
Decrease verbiage a little bit
Diffstat (limited to 'testtools')
-rw-r--r--testtools/source/bridgetest/pyuno/makefile.mk4
-rw-r--r--testtools/source/cliversioning/makefile.mk4
2 files changed, 6 insertions, 2 deletions
diff --git a/testtools/source/bridgetest/pyuno/makefile.mk b/testtools/source/bridgetest/pyuno/makefile.mk
index b7a7294dcf60..bae9a332ec88 100644
--- a/testtools/source/bridgetest/pyuno/makefile.mk
+++ b/testtools/source/bridgetest/pyuno/makefile.mk
@@ -40,8 +40,10 @@ my_components = pythonloader
.INCLUDE : settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
+
all:
- @echo Nothing done when cross-compiling
+# nothing
+
.ENDIF
# --- Files --------------------------------------------------------
diff --git a/testtools/source/cliversioning/makefile.mk b/testtools/source/cliversioning/makefile.mk
index 803fda83a47c..fc59d14113a5 100644
--- a/testtools/source/cliversioning/makefile.mk
+++ b/testtools/source/cliversioning/makefile.mk
@@ -35,8 +35,10 @@ PACKAGE = cliversion
.INCLUDE: settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
+
all:
- @echo Nothing done when cross-compiling
+# nothing
+
.ENDIF
.INCLUDE : $(PRJ)$/util$/makefile.pmk