]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/make_config_problems' into 'master'
authorAngus Gratton <angus@espressif.com>
Wed, 22 Feb 2017 02:10:34 +0000 (10:10 +0800)
committerAngus Gratton <angus@espressif.com>
Wed, 22 Feb 2017 02:10:34 +0000 (10:10 +0800)
commit045307ea0fce0668a87d85c44e11c6145129fefb
treeffb2dc2b2fffcfe78b9293f6a97b825c0c1b0330
parentde28d3a655d9aa15ff48641cac1c6d967352e958
parentf29768c404cf7d6eab618002b42d5cb9e67f4e52
Merge branch 'bugfix/make_config_problems' into 'master'

build system: Fix several make & configuration problems

Collection of quasi-related build system fixes:
* Fix issues with "make menuconfig" running twice when no existing sdkconfig
* Fix issues with menuconfig getting into a bad state if "make -jN" and no existing sdkconfig
* Hopefully fix intermittent issue with build system sometimes not picking up all config, leading to missing BT/WiFi libs at compile/link time.
* Fix issues with path resolution on Windows (including in Eclipse)
* Add new BATCH_BUILD variable for IDEs and automated build environments.

See merge request !485