2
0
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:
Vladimir Prus
2004-12-03 14:30:56 +00:00
parent 6f86fbc1f4
commit 0656ab2818

View File

@@ -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