From 6b2cc5bded65073ae7b3d36322cdded73b2c8d39 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 7 Apr 2006 07:37:06 +0000 Subject: [PATCH] Remove floatsam. [SVN r33578] --- v2/build/virtual-target.jam | 8 -------- 1 file changed, 8 deletions(-) diff --git a/v2/build/virtual-target.jam b/v2/build/virtual-target.jam index f543652b0..3c52b32d5 100644 --- a/v2/build/virtual-target.jam +++ b/v2/build/virtual-target.jam @@ -471,14 +471,6 @@ rule add-prefix-and-suffix ( specified-name : type ? : property-set ) 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 [ MATCH ^($(prefix)) : $(specified-name) ] { prefix = ;