2010-04-28 22:27:11 +02:00
|
|
|
Index: Jamroot
|
|
|
|
===================================================================
|
2010-09-03 17:52:44 +02:00
|
|
|
--- 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
|
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-09-03 17:52:44 +02:00
|
|
|
@@ -527,13 +525,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
|
|
|
|
{
|