2010-04-28 22:27:11 +02:00
|
|
|
Index: Jamroot
|
|
|
|
===================================================================
|
|
|
|
--- Jamroot.orig
|
|
|
|
+++ Jamroot
|
|
|
|
@@ -355,9 +355,7 @@
|
2008-11-17 16:44:58 +01:00
|
|
|
if $(layout) = versioned
|
|
|
|
{
|
2010-04-07 17:34:10 +02:00
|
|
|
result = [ common.format-name
|
2008-11-17 16:44:58 +01:00
|
|
|
- <base> <toolset> <threading> <runtime> -$(BOOST_VERSION_TAG)
|
|
|
|
- -$(BUILD_ID)
|
|
|
|
- : $(name) : $(type) : $(property-set) ] ;
|
|
|
|
+ <base> <runtime> : $(name) : $(type) : $(property-set) ] ;
|
2010-04-07 17:34:10 +02:00
|
|
|
}
|
|
|
|
else if $(layout) = tagged
|
|
|
|
{
|
2010-04-28 22:27:11 +02:00
|
|
|
@@ -475,13 +473,9 @@ if $(layout-versioned) && ( [ modules.pe
|
2008-11-17 16:44:58 +01:00
|
|
|
return $(result) ;
|
2009-07-30 14:28:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
- generate stage-unversioned : stage-proper :
|
|
|
|
- <generating-rule>@make-unversioned-links ;
|
2008-11-17 16:44:58 +01:00
|
|
|
- explicit stage-unversioned ;
|
2009-07-30 14:28:33 +02:00
|
|
|
-
|
|
|
|
- generate install-unversioned : install-proper :
|
|
|
|
- <generating-rule>@make-unversioned-links ;
|
2008-11-17 16:44:58 +01:00
|
|
|
- explicit install-unversioned ;
|
2010-04-28 22:27:11 +02:00
|
|
|
+ # Create do-nothing aliases
|
2008-11-17 16:44:58 +01:00
|
|
|
+ alias stage-unversioned ;
|
|
|
|
+ alias install-unversioned ;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|