From: Jason Ish Date: Fri, 11 Oct 2019 17:11:27 +0000 (-0600) Subject: Makefile: prefix suricata-update error with @ X-Git-Tag: suricata-5.0.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cf4afabc3bf015cb44c701290017a8f7295dc8f;p=thirdparty%2Fsuricata.git Makefile: prefix suricata-update error with @ So only the echo output is displayed. Not the lines themselves. --- diff --git a/Makefile.am b/Makefile.am index b7fbbb0c55..c920180fa6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,8 +37,8 @@ if INSTALL_SURICATA_UPDATE --suricata-conf $(DESTDIR)$(sysconfdir)/suricata/suricata.yaml \ --no-test --no-reload else - echo "error: rules not installed as suricata-update not available" - exit 1 + @echo "error: rules not installed as suricata-update not available" + @exit 1 endif @echo "" @echo "You can now start suricata by running as root something like:"