[zaptel-commits] sruffell: branch 1.4 r4167 - /branches/1.4/Makefile

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Thu Apr 10 16:01:59 CDT 2008


Author: sruffell
Date: Thu Apr 10 16:01:59 2008
New Revision: 4167

URL: http://svn.digium.com/view/zaptel?view=rev&rev=4167
Log:
Fixed typo in makefile which was preventing make from installing the udev rules.

Modified:
    branches/1.4/Makefile

Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/Makefile?view=diff&rev=4167&r1=4166&r2=4167
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Thu Apr 10 16:01:59 2008
@@ -504,11 +504,11 @@
 		N=$$[$$N+1]; \
 	done
 else # DYNFS
-  ifneq (yes,$(UDEVRULES))
+  ifneq (yes,$(UDEVRULES)) #!UDEVRULES
+	@echo "**** Dynamic filesystem detected -- not creating device nodes"
+  else # UDEVRULES
 	install -d $(DESTDIR)/etc/udev/rules.d
 	build_tools/genudevrules > $(DESTDIR)/etc/udev/rules.d/zaptel.rules
-  else # !UDEVRULES
-	@echo "**** Dynamic filesystem detected -- not creating device nodes"
   endif
 endif
 




More information about the zaptel-commits mailing list