]> granicus.if.org Git - esp-idf/commit
build system: Replace get_variable target w/ component_project_vars.mk generated...
authorAngus Gratton <angus@espressif.com>
Wed, 9 Nov 2016 01:51:55 +0000 (12:51 +1100)
committerAngus Gratton <angus@espressif.com>
Wed, 9 Nov 2016 05:51:52 +0000 (16:51 +1100)
commit830e5caf4de6c211ff0321d6d74010bafca35a0b
tree6fc7ff3988bb98560d68520b905a88045e12159c
parentfcba7e278dc77a652cc67c25d8d0e2b6cbfa845a
build system: Replace get_variable target w/ component_project_vars.mk generated makefiles

Reduces number of make invocations, allows variables exported in project
to be seen in all component make processes, not just the main ones.

Also makes a no-op build about 3x faster than it was.
components/bootloader/src/main/component.mk
components/bt/component.mk
components/esp32/component.mk
components/newlib/component.mk
make/common.mk
make/component_common.mk
make/project.mk
make/project_config.mk