diff --git a/new/stage.jam b/new/stage.jam index fd365f37a..885e13b53 100644 --- a/new/stage.jam +++ b/new/stage.jam @@ -75,6 +75,12 @@ rule stage-target-class ( name-and-dir : project : sources * : requirements * : } return $(result) ; } + + # Don't do nothing. + rule check-for-unused-sources ( result * : sources * ) + { + } + } class stage-target-class : basic-target ; diff --git a/v2/tools/stage.jam b/v2/tools/stage.jam index fd365f37a..885e13b53 100644 --- a/v2/tools/stage.jam +++ b/v2/tools/stage.jam @@ -75,6 +75,12 @@ rule stage-target-class ( name-and-dir : project : sources * : requirements * : } return $(result) ; } + + # Don't do nothing. + rule check-for-unused-sources ( result * : sources * ) + { + } + } class stage-target-class : basic-target ;