SHA256
8
0
forked from pool/boost
Files
boost/boost-sane_versioning.patch
Stephan Kulow 503e2106d4 Accepting request 36853 from home:Freespacer:branches:devel:libraries:c_c++
Copy from home:Freespacer:branches:devel:libraries:c_c++/boost via accept of submit request 36853 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/36853
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=18
2010-04-07 15:06:34 +00:00

32 lines
1.1 KiB
Diff

diff -rup boost_1_42_0.orig/Jamroot boost_1_42_0/Jamroot
--- boost_1_42_0.orig/Jamroot 2010-04-03 00:03:31.722603669 +0200
+++ boost_1_42_0/Jamroot 2010-04-03 00:44:38.038115479 +0200
@@ -355,9 +355,7 @@ rule tag ( name : type ? : property-set
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
{
@@ -505,13 +503,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
{