From 0656ab2818729553bf8a94d996a87b8fd78ba85e Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 3 Dec 2004 14:30:56 +0000 Subject: [PATCH] Supress 'link-compatibility' warning for: stage a1 : a1.txt : dist ; stage a2 : a2.txt : dist a1 ; The problem is that 'a1' is requested with LINUX but the returned target have dist as the only property, which causes this bogus warning. [SVN r26421] --- v2/tools/stage.jam | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/v2/tools/stage.jam b/v2/tools/stage.jam index 9d124845f..c3fbdc87b 100644 --- a/v2/tools/stage.jam +++ b/v2/tools/stage.jam @@ -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