Opened 16 years ago

Last modified 16 years ago

#196 new defect

Clean up & document Boost Jam's -p command line option.

Reported by: jurko.gospodnetic@… Owned by: somebody
Priority: minor Milestone: M13
Component: component1 Version: 2.0
Keywords: Boost Jam command-line option pipe output error Cc:

Description

Boost Jam's -p option is not documented and its results do not seem to be consistently defined on both unix (see execunix.c) & Windows (see execnt.c).

It seems this option has something to do with how Boost Jam is supposed to handle standard and error output read from the actions in triggers. It also seems that in some places (output.c & execunix.c) it is expected to be used as a bit flag while in others (execnt.c) it is expected to be used as a tag value.

Change History (1)

comment:1 by jurko.gospodnetic@…, 16 years ago

This could possibly be used to solve trac ticket #197.

Note: See TracTickets for help on using tickets.