mbed-os/tools/export/gnuarmeclipse
Jimmy Brisson 4219d9cfc6 Don't set the build_dir to anything on export
When constructing a toolchain for export, we currently set the
`build_dir` to the `export_dir`. When exporting offline, the
`export_dir` is always set to the root of the project. The toolchains
ignore their `build_dir` when scanning for sorces, so when the exporters
use the toolchains to scan for their resources, they get nothing.

In this patch we set the `build_dir` of the toolchain that the exports
use to nothing. A path of nothing should not match anything, and will
therefore not ignore everything when scanning for resources.
2017-03-14 11:27:19 -05:00
..
.cproject.tmpl generate distinct configurations for profiles 2017-02-02 16:34:17 +02:00
.project.tmpl Compute source folders exclusions. 2017-01-12 18:10:56 +02:00
NOTES.md all options parsed, build functional 2017-01-18 01:54:04 +02:00
__init__.py Don't set the build_dir to anything on export 2017-03-14 11:27:19 -05:00
makefile.targets.tmpl makefile.target.tmpl: remove multiline foreach 2017-01-27 09:58:05 +02:00