[svn-commits] seanbright: linux/trunk r5619 - /linux/trunk/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Dec 29 16:52:33 CST 2008


Author: seanbright
Date: Mon Dec 29 16:52:32 2008
New Revision: 5619

URL: http://svn.digium.com/view/dahdi?view=rev&rev=5619
Log:
Don't echo the echo.  Echo.

Modified:
    linux/trunk/Makefile

Modified: linux/trunk/Makefile
URL: http://svn.digium.com/view/dahdi/linux/trunk/Makefile?view=diff&rev=5619&r1=5618&r2=5619
==============================================================================
--- linux/trunk/Makefile (original)
+++ linux/trunk/Makefile Mon Dec 29 16:52:32 2008
@@ -86,8 +86,8 @@
 
 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 @@
 
 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..."; \




More information about the svn-commits mailing list