--- boost/tools/jam/src/build.jam.orig 2009-01-10 22:42:28 +0300 +++ boost/tools/jam/src/build.jam 2009-06-02 14:12:54 +0400 @@ -416,41 +416,6 @@ if $(tool.$(toolset).link.cc) --link-libs = $(tool.$(toolset).link.linklibs) ; } -# 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 ] ; -} -if $(profile) -{ - locate-target = [ .path $(locate-target)$(.)profile ] ; -} -else -{ - locate-target = [ .path $(locate-target) ] ; -} - if --show-locate-target in $(ARGV) { ECHO $(locate-target) ;