Index: Jamroot =================================================================== --- Jamroot.orig +++ Jamroot @@ -355,9 +355,7 @@ if $(layout) = versioned { result = [ common.format-name - -$(BOOST_VERSION_TAG) - -$(BUILD_ID) - : $(name) : $(type) : $(property-set) ] ; + : $(name) : $(type) : $(property-set) ] ; } else if $(layout) = tagged { @@ -475,13 +473,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 {