mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 01:32:12 +00:00
Supress 'link-compatibility' warning for:
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]
This commit is contained in:
@@ -244,6 +244,10 @@ class stage-target-class : basic-target
|
||||
|
||||
return $(found) ;
|
||||
}
|
||||
|
||||
rule check-for-link-compatibility ( * : * )
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
# Create a target named 'name' in the current project
|
||||
|
||||
Reference in New Issue
Block a user