Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37042845
en ru br
ALT Linux repos
S:1.83.0-alt2
D:1.37.0-alt2
5.0: 1.36.0-alt4
4.1: 1.34.1-alt1
4.0: 1.33.1-alt4
3.0: 1.32.0-alt2

Group :: Development/C++
RPM: boost

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: boost-1.36.0-alt-bjam-locate-target.patch
Download


--- boost/tools/jam/src/build.jam.orig	2008-08-25 17:23:46 +0400
+++ boost/tools/jam/src/build.jam	2008-08-25 17:23:34 +0400
@@ -407,34 +407,6 @@ if $(tool.$(toolset).link.cc)
 
 # Put executables in platform-specific subdirectory.
 locate-target = $(LOCATE_TARGET) ;
-if $(VMS)
-{
-    locate-target ?= bin$(.)vms ;
-    platform = vms ;
-}
-else if $(MAC)
-{
-    locate-target ?= bin$(.)$(OS:L)$(OSPLAT:L) ;
-    platform = $(OS:L)$(OSPLAT:L) ;
-}
-else if $(OSPLAT)
-{
-    locate-target ?= bin$(.)$(OS:L)$(OSPLAT:L) ;
-    platform = $(OS:L)$(OSPLAT:L) ;
-}
-else
-{
-    locate-target ?= bin$(.)$(OS:L) ;
-    platform = $(OS:L) ;
-}
-if $(debug)
-{
-    locate-target = [ .path $(locate-target)$(.)debug ] ;
-}
-else
-{
-    locate-target = [ .path $(locate-target) ] ;
-}
 
 if --show-locate-target in $(ARGV)
 {
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin