summaryrefslogtreecommitdiffstats
path: root/shell/source
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/source
parentWaE: equality comparison with extraneous parentheses (diff)
downloadcore-995de2b09e1917b23f61aa673f364b5e7bbe1909.tar.gz
core-995de2b09e1917b23f61aa673f364b5e7bbe1909.zip
Reduce chatter
Diffstat (limited to 'shell/source')
-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 ------------------------------------------------------