Index: Jamroot =================================================================== --- Jamroot.orig 2010-08-24 14:03:40.000000000 +0200 +++ Jamroot 2010-08-24 14:03:46.000000000 +0200 @@ -377,9 +377,7 @@ rule tag ( name : type ? : property-set if $(layout) = versioned { result = [ common.format-name - -$(BOOST_VERSION_TAG) - -$(BUILD_ID) - : $(name) : $(type) : $(property-set) ] ; + : $(name) : $(type) : $(property-set) ] ; } else if $(layout) = tagged { @@ -527,13 +525,9 @@ if $(layout-versioned) && ( [ modules.pe return $(result) ; } - generate stage-unversioned : stage-proper : - @make-unversioned-links ; - explicit stage-unversioned ; - - generate install-unversioned : install-proper : - @make-unversioned-links ; - explicit install-unversioned ; + # Create do-nothing aliases + alias stage-unversioned ; + alias install-unversioned ; } else {