[asterisk-bugs] [JIRA] (ASTERISK-23382) [patch]Build System: make -qp can corrupt menuselect-tree and related files

Walter Doekes (JIRA) noreply at issues.asterisk.org
Fri Feb 28 10:04:03 CST 2014


    [ https://issues.asterisk.org/jira/browse/ASTERISK-23382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=215759#comment-215759 ] 

Walter Doekes commented on ASTERISK-23382:
------------------------------------------

{noformat}
17:56 < wdoekes> mjordan: ASTERISK-23382 - the embed_modules dependency
stuff breaks 'make -qp' (which is run on tab completion apparently) on
the 1.8 makefile. revert the whole -include menuselect.makeopts ("we 
want the MENUSELECT_EMBED var") in 1.8? or implement the 
asterisk-11-and-up approach (grep ^MENUSELECT_EMBED=$$)?

17:58 <@mjordan> wdoekes: what was the reason for not using the
asterisk 11 approach initially?

18:13 < wdoekes> mjordan: using grep seemed less elegant than loading
up the variable through the include-directive.

18:20 <@mjordan> wdoekes: I can live with clunky
{noformat}
                
> [patch]Build System: make -qp can corrupt menuselect-tree and related files
> ---------------------------------------------------------------------------
>
>                 Key: ASTERISK-23382
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23382
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Core/BuildSystem
>            Reporter: Corey Farrell
>            Assignee: Walter Doekes
>         Attachments: makefile-1.8.patch
>
>
> Running 'make -qp' while menuselect.makeopts is out of date will cause menuselect-tree to be corrupt.  The problem is that make is used to generate those files, and MAKEFLAGS=qp.  This causes the output of "make -qp" to be included in menuselect-tree.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list