bfgroup / b2

B2 makes it easy to build C++ projects, everywhere.
https://www.bfgroup.xyz/b2/
Boost Software License 1.0
75 stars 228 forks source link

Improve install features #392

Closed grisumbras closed 3 months ago

grisumbras commented 3 months ago

Proposed changes

Improvements to install features.

  1. Consider options when constructing values for install directories.
  2. Evaluate explicitly-provided values for directories relative to PWD, not base directory.
  3. Change 2 requires a different implementation of staging-prefix handling.
  4. The returned value is always rooted, unless a relative value was requested and it is a subdirectory of the base value.

Types of changes