summaryrefslogtreecommitdiff
path: root/shell
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 /shell
parentaa155d9307bd519a2e615cc8bde29d0d9fb349b6 (diff)
Reduce chatter
Diffstat (limited to 'shell')
-rw-r--r--shell/source/unix/sysshell/makefile.mk2
1 files changed, 1 insertions, 1 deletions
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 ------------------------------------------------------