[asterisk-bugs] [Asterisk 0017219]: Missing Menuselect Option "Compiler Flags - Development" in dev mode
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Apr 22 05:56:48 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: new
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-22 05:56 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.
======================================================================
----------------------------------------------------------------------
(0120740) Nick_Lewis (reporter) - 2010-04-22 05:56
https://issues.asterisk.org/view.php?id=17219#c120740
----------------------------------------------------------------------
Yes Makefile does rm this for distclean but my understanding is that "make
distclean" is for cleaning out files generated by "./configure". The file
is created by "make menuselect" so should it not be cleaned out by "make
clean" instead?
The problem occurred not when I was attempting to clean anything but when
I was just running "./configure" with a different option that changes the
setting of ${AST_DEVMODE}. Afterwards when running "make menuselect" the
Makefile was not picking up the dependency on ${AST_DEVMODE} and so was
skipping the content of "menuselect-tree:" Specifically running "make
menuselect-tree" just resulted in the message "menuselect-tree is up to
date".
I regret that I do not know the first thing about writing makefiles so I
cannot suggest a patch that would add the necessary dependency.
Issue History
Date Modified Username Field Change
======================================================================
2010-04-22 05:56 Nick_Lewis Note Added: 0120740
======================================================================
More information about the asterisk-bugs
mailing list