From 7ccc3033ec952ac4fbaede63462d831f9860dead Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 3 Jun 2015 20:21:34 +0000 Subject: [PATCH] scstadmin, installation: Make the activation command output easier to read Reported-by: Chris Weiss git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6213 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scstadmin/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scstadmin/Makefile b/scstadmin/Makefile index 5d7b1be0a..eebdbc9fe 100644 --- a/scstadmin/Makefile +++ b/scstadmin/Makefile @@ -94,11 +94,11 @@ install install_vendor: for s in iscsi-scst qla2x00t; do \ { $(call REMOVE_FN,$$s); } >/dev/null 2>&1; \ done - echo - echo 'If you want SCST to start automatically at boot time, run' \ + @echo + @echo 'If you want SCST to start automatically at boot time, run' \ 'the following command:' - $(call ECHO_INSTALL_FN,scst) - echo + @$(call ECHO_INSTALL_FN,scst) + @echo uninstall: if [ -e $(DESTDIR)$(DEFAULTDIR)/scst ]; then \