From ad1998b4a33c4c89c4c9d21cc4c6bf5ba8b6f21b Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Mon, 29 Dec 2008 22:52:32 +0000 Subject: Don't echo the echo. Echo. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5619 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 433b632..7d220eb 100644 --- a/Makefile +++ b/Makefile @@ -86,8 +86,8 @@ all: modules modules: prereq ifeq (no,$(HAS_KSRC)) - echo "You do not appear to have the sources for the $(KVERS) kernel installed." - exit 1 + @echo "You do not appear to have the sources for the $(KVERS) kernel installed." + @exit 1 endif $(KMAKE) modules DAHDI_BUILD_ALL=$(DAHDI_BUILD_ALL) @@ -195,8 +195,8 @@ endif uninstall-modules: ifdef DESTDIR - echo "Uninstalling modules is not supported with a DESTDIR specified." - exit 1 + @echo "Uninstalling modules is not supported with a DESTDIR specified." + @exit 1 else @if modinfo dahdi > /dev/null 2>&1 ; then \ echo -n "Removing DAHDI modules for kernel $(KVERS), please wait..."; \ -- cgit v1.2.3