#3280 closed Bugs (fixed)
stage directory does not appear where guide claims with build-dir
Reported by: | Owned by: | Dave Abrahams | |
---|---|---|---|
Milestone: | Boost 1.40.0 | Component: | Getting Started Guide |
Version: | Boost 1.39.0 | Severity: | Problem |
Keywords: | getting started stage | Cc: |
Description
In section 5.3.4 the guide for Windows claims that the stage directory will appear inside the build-dir.
It actually appears in the boost tree root (the cwd).
Change History (5)
comment:1 by , 13 years ago
Owner: | changed from | to
---|
comment:2 by , 13 years ago
Owner: | changed from | to
---|
To the best of my knowledge, this is the behaviour V1 had. It seems somewhat reasonable to me, if --build-dir is though as 'place where intermediate products go'. So, I think GSG is to be updated.
follow-up: 5 comment:3 by , 13 years ago
OK. Is there a separate setting for --stage-dir ? It's almost as though what we want is
bjam --stage=
stage-directory
with no target needed.
comment:4 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 12 years ago
Replying to dave:
OK. Is there a separate setting for --stage-dir ? It's almost as though what we want is
bjam --stage=
stage-directorywith no target needed.
Currently stage will be build by default, so
bjam --stagedir=<stage directory>
works.
Should this be considered a Boost.Build bug or a GSG doc bug? I.e., is this behavior intentional?