aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools/cflags.xml
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-18 12:52:08 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-18 12:52:08 +0000
commit24e2e224b8171094a2dd8b9232da439ae1ecf711 (patch)
tree8404511a25e6e8e6736d0c09bc96393e441c5b3a /build_tools/cflags.xml
parent198718ea0a36b43039278a6ea0ffc9ce40f6150f (diff)
commit russell's menuselect/buildoptions work with some changes:
reverted per-directory .cleancount support added ability for 'remove_on_change' to support multiple filenames add 'remove_on_change' support to members, not just categories only do 'remove_on_change' removals if the config is actually saved add a 'remove_on_change' entry for each module found by prep_moduledeps so that if it gets turned off any existing .o/.so files will disappear git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34577 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'build_tools/cflags.xml')
-rw-r--r--build_tools/cflags.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/cflags.xml b/build_tools/cflags.xml
index a8e312403..1fe28f30d 100644
--- a/build_tools/cflags.xml
+++ b/build_tools/cflags.xml
@@ -1,4 +1,4 @@
- <category name="MENUSELECT_CFLAGS" displayname="Compiler Flags" positive_output="yes" force_clean_on_change="yes">
+ <category name="MENUSELECT_CFLAGS" displayname="Compiler Flags" positive_output="yes" remove_on_change=".lastclean">
<member name="DEBUG_CHANNEL_LOCKS" displayname="Debug Channel Locking">
</member>
<member name="DEBUG_SCHEDULER" displayname="Enable Scheduler Debugging Output">