mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 01:32:12 +00:00
e1b68398ecc4a8754475338821e3015a74bdf40c
generate. We try to avoid building the same target twice, by caching the result of previous calls to target.generate, and returning it if a build request with the same property set is made. When the target fails to generate, for example due to <build>no property, we used to store the entire build property set as the usage requirements of the build. This is clearly, wrong, this patch makes us store <build>no as usage requirements instead. Fixes #1816. [SVN r45245]
Description
Mirrored via gitea-mirror
Languages
C++
73.8%
Python
22.6%
C
1.6%
Batchfile
0.7%
Shell
0.6%
Other
0.6%