#1155 closed Bugs (fixed)
-n option and -o option broken?
Reported by: | Roland Schwarz | Owned by: | René Rivera |
---|---|---|---|
Milestone: | Boost.Jam 3.1.15 | Component: | bjam |
Version: | Boost.Jam 3.1.14 | Severity: | Problem |
Keywords: | Cc: |
Description
As reported by Vladimir Prus, the -n option does not work properly. Details can be seen from the e-mail on the boost-build list. Search for subject: "-n option broken".
Additional observation: the switch -o file does onyl create empty files.
Copy of the original post:
Rene, when I run "bjam -n" in the attached project, where "bjam" is built from SVN HEAD, I get:
...found 9 targets... ...updating 5 targets... ...updated 5 targets..
When bjam is some earlier version (3.1.14), I get many interesting command lines.
So, it seems current bjam has "-n" broken. Any chance this can be fixed?
Thanks, Volodya
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | failed_test.tar.bz2 added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
Milestone: | To Be Determined → Boost.Jam 3.1.15 |
---|---|
Version: | Boost 1.34.1 → Boost.Jam 3.1.14 |
The test project showing the failure