summaryrefslogtreecommitdiff
path: root/channels
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 /channels
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 'channels')
-rw-r--r--channels/chan_usbradio.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/channels/chan_usbradio.c b/channels/chan_usbradio.c
index af6db7e48..dad7fc91f 100644
--- a/channels/chan_usbradio.c
+++ b/channels/chan_usbradio.c
@@ -40,12 +40,12 @@
***/
/*** MAKEOPTS
-<category name="MENUSELECT_CFLAGS" displayname="Compiler Flags" positive_output="yes" remove_on_change=".lastclean">
- <member name="RADIO_RTX" displayname="Build RTX/DTX Radio Programming">
+<category name="MENUSELECT_CFLAGS" displayname="Compiler Flags" positive_output="yes">
+ <member name="RADIO_RTX" displayname="Build RTX/DTX Radio Programming" touch_on_change="channels/chan_usbradio.c channels/xpmr/xpmr.h">
<defaultenabled>no</defaultenabled>
<depend>chan_usbradio</depend>
</member>
- <member name="RADIO_XPMRX" displayname="Build Experimental Radio Protocols">
+ <member name="RADIO_XPMRX" displayname="Build Experimental Radio Protocols" touch_on_change="channels/chan_usbradio.c">
<defaultenabled>no</defaultenabled>
<depend>chan_usbradio</depend>
</member>