summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2010-02-16 00:52:45 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2010-02-16 00:52:45 +0000
commit22b144cef40901f6a1dc68d4a8480ffe4337c617 (patch)
treeb7906a8fe8efeaefb6fa5fa173e8859b0ca696a1 /main
parentb26b5191593995c963b5d6efa47e2a1a2874b620 (diff)
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
Diffstat (limited to 'main')
-rw-r--r--main/strings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/strings.c b/main/strings.c
index 0cc360c4e..fdd6bcaa8 100644
--- a/main/strings.c
+++ b/main/strings.c
@@ -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>