openndr / ndr-build-env

NDR Build Environment Component
https://openndr.org
Other
0 stars 2 forks source link

using target directory name directly can cause path conflict #26

Closed Revimal closed 5 years ago

Revimal commented 6 years ago

NBE use original directory names for storing metafiles. It can cause path conflict when user use the reserved names(such likes kmod, include, debug, etc.) as a target directory name.

We must do something to prevent path conflict. For instance, "We can add suf/prefix to target directory names when create symbolic links."

Revimal commented 6 years ago

Also, we must make build results separate parts. (pre-dependency/in-build/output)