From 0b0d55bb058d3d2bfceb9dda4e27cc70b6c978ca Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 7 Apr 2006 07:34:58 +0000 Subject: [PATCH] Merge from trunk. [SVN r33577] --- src/build/virtual-target.jam | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/build/virtual-target.jam b/src/build/virtual-target.jam index d36d104e1..f543652b0 100644 --- a/src/build/virtual-target.jam +++ b/src/build/virtual-target.jam @@ -470,15 +470,15 @@ rule add-prefix-and-suffix ( specified-name : type ? : property-set ) suffix = .$(suffix) ; local prefix = [ type.generated-target-prefix $(type) : $(property-set) ] ; - - if ! $(prefix) - && [ type.is-derived $(type) LIB ] && [ os.on-unix ] - # This becomes hacky! Need to introduce more general mechanism. - # Invoke type.set-target-prefix in unix toolkit? - && ! [ type.is-derived $(type) PYTHON_EXTENSION ] - { - prefix = lib ; - } + +# if ! $(prefix) +# && [ type.is-derived $(type) LIB ] && [ os.on-unix ] +# # This becomes hacky! Need to introduce more general mechanism. +# # Invoke type.set-target-prefix in unix toolkit? +# && ! [ type.is-derived $(type) PYTHON_EXTENSION ] +# { +# prefix = lib ; +# } if [ MATCH ^($(prefix)) : $(specified-name) ] { prefix = ;