addac91417
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=398ef060d61d6b2e43b5b8bd8cab6855
33 lines
1015 B
Diff
33 lines
1015 B
Diff
Index: Jamroot
|
|
===================================================================
|
|
--- Jamroot.orig
|
|
+++ Jamroot
|
|
@@ -355,9 +355,7 @@
|
|
if $(layout) = versioned
|
|
{
|
|
result = [ common.format-name
|
|
- <base> <toolset> <threading> <runtime> -$(BOOST_VERSION_TAG)
|
|
- -$(BUILD_ID)
|
|
- : $(name) : $(type) : $(property-set) ] ;
|
|
+ <base> <runtime> : $(name) : $(type) : $(property-set) ] ;
|
|
}
|
|
else if $(layout) = tagged
|
|
{
|
|
@@ -475,13 +473,9 @@ if $(layout-versioned) && ( [ modules.pe
|
|
return $(result) ;
|
|
}
|
|
|
|
- generate stage-unversioned : stage-proper :
|
|
- <generating-rule>@make-unversioned-links ;
|
|
- explicit stage-unversioned ;
|
|
-
|
|
- generate install-unversioned : install-proper :
|
|
- <generating-rule>@make-unversioned-links ;
|
|
- explicit install-unversioned ;
|
|
+ # Create do-nothing aliases
|
|
+ alias stage-unversioned ;
|
|
+ alias install-unversioned ;
|
|
}
|
|
else
|
|
{
|