mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 07:48:14 +00:00
Change the blanket rules to delete .lastclean on all CFLAGS menuselect targets to be more particular.
This change builds upon the recent change to menuselect to add 'touch_on_change' as an attribute of both categories and members. This should allow only the most invasive defines to cause a complete rebuild, while defines which only affect a subset of modules will only cause a rebuild of that smaller set. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@246789 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
*/
|
||||
|
||||
/*** MAKEOPTS
|
||||
<category name="MENUSELECT_CFLAGS" displayname="Compiler Flags" positive_output="yes" remove_on_change=".lastclean">
|
||||
<member name="DEBUG_OPAQUE" displayname="Change ast_str internals to detect improper usage">
|
||||
<category name="MENUSELECT_CFLAGS" displayname="Compiler Flags" positive_output="yes">
|
||||
<member name="DEBUG_OPAQUE" displayname="Change ast_str internals to detect improper usage" touch_on_change="include/asterisk/strings.h">
|
||||
<defaultenabled>yes</defaultenabled>
|
||||
</member>
|
||||
</category>
|
||||
|
||||
Reference in New Issue
Block a user