]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Build System: Prevent unneeded changes to asterisk/buildopts.h. 31/331/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:45:05 +0000 (16:45 -0400)
commitac1f0090eb5f93f8d37f512a94aa6b16affb77e1
treeffa25cbec995005021c4ef4564c03af373a6bd16
parentec0f80b6e8d5f6952bdf48e8f19a024ebc64840e
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
Reported by: Corey Farrell

Change-Id: I2c516d93df9f6aaa09ae079a8168c887a6ff93a2
build_tools/make_buildopts_h