[zaptel-commits] tzafrir: branch 1.4 r3979 - /branches/1.4/Makefile
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Sun Mar 9 13:18:10 CDT 2008
Author: tzafrir
Date: Sun Mar 9 13:18:10 2008
New Revision: 3979
URL: http://svn.digium.com/view/zaptel?view=rev&rev=3979
Log:
Hush grep's output once again and allow building with firmware support.
Modified:
branches/1.4/Makefile
Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/Makefile?view=diff&rev=3979&r1=3978&r2=3979
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Sun Mar 9 13:18:10 2008
@@ -62,7 +62,7 @@
UDEVRULES=yes
endif
ifeq (yes,$(HAS_KSRC))
- HOTPLUG_FIRMWARE:=$(shell if grep '^CONFIG_FW_LOADER=[ym]' $(KCONFIG); then echo "no"; else echo "yes"; fi)
+ HOTPLUG_FIRMWARE:=$(shell if grep -q '^CONFIG_FW_LOADER=[ym]' $(KCONFIG); then echo "no"; else echo "yes"; fi)
endif
endif
More information about the zaptel-commits
mailing list