From 684e391a9a38d4fb2687bc634da7e102e45727ed Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 2 Feb 2002 00:49:24 +0000 Subject: [PATCH] remove local rule usage for the time being. [SVN r12626] --- build/Jamfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Jamfile b/build/Jamfile index 744c8ec2..1ea3665d 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -64,7 +64,7 @@ include python.jam ; local PYTHON_PROPERTIES = $(PYTHON_PROPERTIES) BOOST_PYTHON_DYNAMIC_LIB ; ####################### -local rule bpl-test ( test-name : sources + ) +rule bpl-test ( test-name : sources + ) { boost-python-test $(test-name) : $(sources) libboost_python ; } @@ -108,7 +108,7 @@ boost-python-runtest comprehensive ############# simple tests from ../example ############ -local rule boost-python-example-runtest ( name ) +rule boost-python-example-runtest ( name ) { bpl-test $(name) : ../example/$(name).cpp ;