Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#4615 closed Feature Requests (fixed)

project-config.jam usefulness

Reported by: bfreyburger@… Owned by: Vladimir Prus
Milestone: To Be Determined Component: build
Version: Boost 1.44.0 Severity: Problem
Keywords: Cc:

Description

project-config.jam is loaded only in the current directory tree, and acts as the parent project of all Jamroots in your tree. This is very useful. However, since it has no "location" you cannot specify a build-dir in it which limits it's usefulness.

I'll include a simple patch which gives project-config.jam a location, and solves this problem. IMHO this is better behavior because project-config.jam is not in BOOST_BUILD_PATH but in your own tree just like Jamfiles and Jamroots.

Attachments (1)

boost-build-project-config-location.patch (1.1 KB ) - added by bfreyburger@… 12 years ago.
patch

Download all attachments as: .zip

Change History (3)

by bfreyburger@…, 12 years ago

patch

comment:1 by Vladimir Prus, 12 years ago

Resolution: fixed
Status: newclosed

(In [65163]) Give a location to project-config.jam.

Fixes #4615.

comment:2 by Vladimir Prus, 12 years ago

Thanks for the patch, I've applied it.

Note: See TracTickets for help on using tickets.