[svn-commits] branch group/autoconf_and_menuselect r18540 - /team/group/autoconf_and_menuse...

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sat Apr 8 14:33:39 MST 2006


Author: russell
Date: Sat Apr  8 16:33:38 2006
New Revision: 18540

URL: http://svn.digium.com/view/asterisk?rev=18540&view=rev
Log:
add filter-out of MENUSELECT_FUNCS

Modified:
    team/group/autoconf_and_menuselect/funcs/Makefile

Modified: team/group/autoconf_and_menuselect/funcs/Makefile
URL: http://svn.digium.com/view/asterisk/team/group/autoconf_and_menuselect/funcs/Makefile?rev=18540&r1=18539&r2=18540&view=diff
==============================================================================
--- team/group/autoconf_and_menuselect/funcs/Makefile (original)
+++ team/group/autoconf_and_menuselect/funcs/Makefile Sat Apr  8 16:33:38 2006
@@ -11,7 +11,7 @@
 # the GNU General Public License
 #
 
-MODS:=$(patsubst %.c,%.so,$(wildcard func_*.c))
+MODS:=$(filter-out $(MENUSELECT_FUNCS),$(patsubst %.c,%.so,$(wildcard func_*.c)))
 
 ifeq ($(OSARCH),SunOS)
 ifneq ($(shell if [ 0x`$(CROSS_COMPILE_BIN)curl-config --vernum` -ge 0x70907 ]; then echo "OK" ; fi),)



More information about the svn-commits mailing list