[asterisk-commits] russell: branch 1.8 r317530 - /branches/1.8/Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu May 5 18:47:00 CDT 2011
Author: russell
Date: Thu May 5 18:46:54 2011
New Revision: 317530
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=317530
Log:
If the configure script runs, force a rebuild of menuselect-tree.
Some contents in the menuselect tree are dependent on configure script
parameters, namely --enable-dev-mode.
(closes issue #17219)
Reported by: Nick_Lewis
Patches:
issue_17219.rev1.txt uploaded by russell (license 2)
Modified:
branches/1.8/Makefile
Modified: branches/1.8/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/Makefile?view=diff&rev=317530&r1=317529&r2=317530
==============================================================================
--- branches/1.8/Makefile (original)
+++ branches/1.8/Makefile Thu May 5 18:46:54 2011
@@ -910,7 +910,7 @@
menuselect/makeopts: makeopts
+$(MAKE_MENUSELECT) makeopts
-menuselect-tree: $(foreach dir,$(filter-out main,$(MOD_SUBDIRS)),$(wildcard $(dir)/*.c) $(wildcard $(dir)/*.cc)) build_tools/cflags.xml build_tools/cflags-devmode.xml sounds/sounds.xml build_tools/embed_modules.xml utils/utils.xml agi/agi.xml configure
+menuselect-tree: $(foreach dir,$(filter-out main,$(MOD_SUBDIRS)),$(wildcard $(dir)/*.c) $(wildcard $(dir)/*.cc)) build_tools/cflags.xml build_tools/cflags-devmode.xml sounds/sounds.xml build_tools/embed_modules.xml utils/utils.xml agi/agi.xml configure makeopts
@echo "Generating input for menuselect ..."
@echo "<?xml version=\"1.0\"?>" > $@
@echo >> $@
More information about the asterisk-commits
mailing list