summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2008-12-29 22:52:32 +0000
committerSean Bright <sean@malleable.com>2008-12-29 22:52:32 +0000
commit515fd3810aa48a0604feb7fffcc4a38e7d743bc9 (patch)
treebc9fc23496705dbcba2ea640f27bd25db1c64c48 /Makefile
parent8c3db120dcc5e6c56c419f4f7c293d40c2c4ab94 (diff)
Don't echo the echo. Echo.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5619 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
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..."; \