Author: sayer
Date: 2008-04-13 17:47:29 +0200 (Sun, 13 Apr 2008)
New Revision: 887
Modified:
trunk/apps/Makefile
trunk/apps/examples/Makefile
Log:
supporting colon as separator for exclude_modules
Modified: trunk/apps/Makefile
===================================================================
--- trunk/apps/Makefile 2008-04-13 15:44:38 UTC (rev 886)
+++ trunk/apps/Makefile 2008-04-13 15:47:29 UTC (rev 887)
@@ -4,7 +4,7 @@
include $(COREPATH)/../Makefile.defs
exclude_modules ?= mp3 examples py_sems
-modules ?= $(filter-out $(exclude_modules) \
+modules ?= $(filter-out $(subst ;, ,$(exclude_modules))\
$(wildcard Makefile*) CVS, \
$(wildcard *) ) examples/tutorial/cc_acc
#modules = wav gsm ilbc bot echo announcement recorder voicemail dtmf_demo ivr
Modified: trunk/apps/examples/Makefile
===================================================================
--- trunk/apps/examples/Makefile 2008-04-13 15:44:38 UTC (rev 886)
+++ trunk/apps/examples/Makefile 2008-04-13 15:47:29 UTC (rev 887)
@@ -4,7 +4,7 @@
include $(COREPATH)/../Makefile.defs
exclude_modules ?=
-modules = $(filter-out $(exclude_modules) \
+modules = $(filter-out $(subst ;, ,$(exclude_modules)) \
$(wildcard Makefile*) $(wildcard Readme*) CVS, \
$(wildcard *) )
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev