[asterisk-commits] branch group/autoconf_and_menuselect r10913 - /team/group/autoconf_and_menuse...

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu Feb 23 13:35:12 MST 2006


Author: russell
Date: Thu Feb 23 14:35:11 2006
New Revision: 10913

URL: http://svn.digium.com/view/asterisk?rev=10913&view=rev
Log:
remove the dependency on running "make menuselect" before building Asterisk since
the output file from menuselect now specifies which modules *not* to build as
opposed to which modules to build

Modified:
    team/group/autoconf_and_menuselect/Makefile

Modified: team/group/autoconf_and_menuselect/Makefile
URL: http://svn.digium.com/view/asterisk/team/group/autoconf_and_menuselect/Makefile?rev=10913&r1=10912&r2=10913&view=diff
==============================================================================
--- team/group/autoconf_and_menuselect/Makefile (original)
+++ team/group/autoconf_and_menuselect/Makefile Thu Feb 23 14:35:11 2006
@@ -435,7 +435,7 @@
 
 CFLAGS+=-DT38_SUPPORT
 
-_all: makeopts all
+_all: all
 	@echo " +--------- Asterisk Build Complete ---------+"  
 	@echo " + Asterisk has successfully been built, but +"  
 	@echo " + cannot be run before being installed by   +"  
@@ -445,9 +445,6 @@
 	@echo " +-------------------------------------------+"  
 
 all: cleantest depend asterisk subdirs 
-
-makeopts:
-	@test -f menuselect.makeopts || ( echo "You must run ./configure and make menuselect!" && exit 1 )
 
 #ifneq ($(wildcard tags),)
 ctags: tags



More information about the asterisk-commits mailing list