Opened 10 years ago

Closed 10 years ago

#6956 closed Bugs (fixed)

Built-in rule "preprocessed", requirements are not applied.

Reported by: Dmitriy Kinoshenko <dvb.kharkov@…> Owned by: Vladimir Prus
Milestone: To Be Determined Component: build
Version: Boost Development Trunk Severity: Problem
Keywords: bjam preprocessed target Cc:

Description

When invoking built-in rule "preprocessed" defined at tools/builtin.jam, passed requirements are not taken into account.

A reason: type error. Name of parameter: "requirements". Used variable name when creating preprocessed-target-class: "r".

Attachments (1)

patchfile.patch (689 bytes ) - added by Dmitriy Kinoshenko <dvb.kharkov@…> 10 years ago.
Patch of tools/builtin.jam

Download all attachments as: .zip

Change History (2)

by Dmitriy Kinoshenko <dvb.kharkov@…>, 10 years ago

Attachment: patchfile.patch added

Patch of tools/builtin.jam

comment:1 by Vladimir Prus, 10 years ago

Resolution: fixed
Status: newclosed

(In [78775]) Fix typo which caused requirements of 'preprocessed' metatarget to be ignored.

Fixes #6956.

Note: See TracTickets for help on using tickets.