[asterisk-dev] [Code Review] Add touch_on_change to menuselect

Tilghman Lesher tlesher at digium.com
Tue Feb 2 12:47:23 CST 2010


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/482/
-----------------------------------------------------------

Review request for Asterisk Developers.


Summary
-------

The recent addition of the TEST_FRAMEWORK define unfortunately rebuilds everything when you turn it on, instead of only the modules which depend upon TEST_FRAMEWORK.  However, every module that uses TEST_FRAMEWORK also includes test.h.  If we simply touch that file, then every source that depends upon test.h will be rebuilt.  This should improve the needed time to recompile a branch.


Diffs
-----

  /trunk/menuselect.h 695 
  /trunk/menuselect.c 695 

Diff: https://reviewboard.asterisk.org/r/482/diff


Testing
-------


Thanks,

Tilghman




More information about the asterisk-dev mailing list