--- 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) {