Ticket #6027: boost_1.47.0_stupid-bjam.patch

File boost_1.47.0_stupid-bjam.patch, 1.0 KB (added by anonymous, 11 years ago)
  • boostcpp.jam

    old new  
    2323import targets ;
    2424import generate ;
    2525import package ;
     26import "class" : new ;
    2627
    2728##############################################################################
    2829#
     
    282283    if $(layout-versioned) && ( [ modules.peek : NT ] || [ modules.peek : UNIX ] )
    283284    {
    284285        generate stage-unversioned : stage-proper :
    285           <generating-rule>boostcpp.make-unversioned-links ;
     286          <generating-rule>@boostcpp.make-unversioned-links ;
    286287        $(p).mark-target-as-explicit stage-unversioned ;
    287288
    288289        generate install-unversioned : install-proper :
    289           <generating-rule>boostcpp.make-unversioned-links ;
    290         $(p).mark-target-as-explicit  explicit install-unversioned ;
     290          <generating-rule>@boostcpp.make-unversioned-links ;
     291        $(p).mark-target-as-explicit install-unversioned ;
    291292    }
    292293    else
    293294    {