[asterisk-bugs] [Asterisk 0017219]: Missing Menuselect Option "Compiler Flags - Development" in dev mode
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Apr 27 06:37:05 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17219
======================================================================
Reported By: Nick_Lewis
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17219
Category: Core/BuildSystem
Reproducibility: always
Severity: trivial
Priority: normal
Status: feedback
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-04-21 05:43 CDT
Last Modified: 2010-04-27 06:37 CDT
======================================================================
Summary: Missing Menuselect Option "Compiler Flags -
Development" in dev mode
Description:
After changing to dev mode by using
>make clean
>./configure --enable-dev-mode
>make menuselect
it is not possible to access the "Compiler Flags - Development" menu.
Instead the "Compiler Flags" menu is presented instead.
======================================================================
----------------------------------------------------------------------
(0120959) Nick_Lewis (reporter) - 2010-04-27 06:37
https://issues.asterisk.org/view.php?id=17219#c120959
----------------------------------------------------------------------
The 'make clean' does not seem to align with gnu recommendations
http://www.gnu.org/software/automake/manual/html_node/Clean.html#Clean
Running ./configure in the menuselect subdirectory seems to have no impact
on the problem.
I guess that the configure file could be changed after the comment "#
Check whether --enable-dev-mode was given." to add
"AST_OLDDEVMODE=$AST_DEVMODE" at the start and "if test $AST_OLDDEVMODE !=
$AST_DEVMODE; then rm menuselect-tree" at the end
Issue History
Date Modified Username Field Change
======================================================================
2010-04-27 06:37 Nick_Lewis Note Added: 0120959
======================================================================
More information about the asterisk-bugs
mailing list