From cb4d3b06ea66ee3b3a847cf2fb3e50af424c9b2d 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] --- src/tools/stage.jam | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/tools/stage.jam b/src/tools/stage.jam index 9d124845f..c3fbdc87b 100644 --- a/src/tools/stage.jam +++ b/src/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