mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 01:32:12 +00:00
stage a1 : a1.txt : <location>dist ; stage a2 : a2.txt : <location>dist <dependency>a1 ; The problem is that 'a1' is requested with <os>LINUX but the returned target have <location>dist as the only property, which causes this bogus warning. [SVN r26421]