summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-04-23 16:39:45 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-04-24 12:22:14 +0300
commit995de2b09e1917b23f61aa673f364b5e7bbe1909 (patch)
treefbae993b55be9ef3a7eaafabfadd600b76293474
parentaa155d9307bd519a2e615cc8bde29d0d9fb349b6 (diff)
Reduce chatter
-rw-r--r--pyuno/zipcore/makefile.mk4
-rw-r--r--shell/source/unix/sysshell/makefile.mk2
2 files changed, 4 insertions, 2 deletions
diff --git a/pyuno/zipcore/makefile.mk b/pyuno/zipcore/makefile.mk
index ce0a3a4aa733..166fff4393ae 100644
--- a/pyuno/zipcore/makefile.mk
+++ b/pyuno/zipcore/makefile.mk
@@ -36,8 +36,10 @@ LIBTARGET=NO
UWINAPILIB =
.IF "$(SYSTEM_PYTHON)" == "YES"
+
systempython:
- @echo "Not building python-core because system python is being used"
+# nothing
+
.ELSE
.INCLUDE : pyversion.mk
diff --git a/shell/source/unix/sysshell/makefile.mk b/shell/source/unix/sysshell/makefile.mk
index 93ca678d6438..df97be94d948 100644
--- a/shell/source/unix/sysshell/makefile.mk
+++ b/shell/source/unix/sysshell/makefile.mk
@@ -67,7 +67,7 @@ SHL1OBJS=$(SLOFILES)
.ELSE
dummy:
- @echo "Nothing to build for $(OS)"
+# nothing
.ENDIF
# --- Targets ------------------------------------------------------