]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Build System: Prevent unneeded changes to asterisk/buildopts.h. 30/330/1
authorCorey Farrell <git@cfware.com>
Wed, 29 Apr 2015 08:03:00 +0000 (04:03 -0400)
committerCorey Farrell <git@cfware.com>
Fri, 1 May 2015 20:51:06 +0000 (16:51 -0400)
commitce86340403d35fd47c7294aeceb7134f978ef360
treedd3b25867957e69305aa508aa75011e08ac02816
parent50d8aea7533c9cdd3b181a6f02c9c95bc1995cd0
Build System: Prevent unneeded changes to asterisk/buildopts.h.

* Add AST_DEVMODE to BUILDOPTS
* Remove CFLAGS that do not effect ABI from BUILDOPTS.
* Use BUILDOPTS to generate AST_BUILDOPT_SUM.
* Remove loop that defined AST_MODULE_*

These changes ensure that only ABI effecting options are considered for
AST_BUILDOPT_SUM.  This also reduces unneeded full system rebuilds caused
by enabling or disabling one module that another is dependent on.

ASTERISK-25028 #close
Reported by: Corey Farrell

Change-Id: I2c516d93df9f6aaa09ae079a8168c887a6ff93a2
build_tools/make_buildopts_h