diff --git a/build/Jamfile b/build/Jamfile index 20fb4ec0..23dba834 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -2,7 +2,7 @@ subproject libs/regex/build ; -include $(BOOST_ROOT)/libs/regex/base.jam ; +import ../base ; SOURCES = c_regex_traits c_regex_traits_common cpp_regex_traits cregex fileiter posix_api regex regex_debug diff --git a/example/Jamfile b/example/Jamfile index 94a185da..987203a0 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -3,9 +3,7 @@ subproject libs/regex/example ; # bring in the rules for testing -SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; -include testing.jam ; -include $(BOOST_ROOT)/libs/regex/base.jam ; +import testing ../base ; rule regex-test-run ( sources + : input * ) { diff --git a/test/Jamfile b/test/Jamfile index 918931d1..5ae40880 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -3,10 +3,7 @@ subproject libs/regex/test ; # bring in the rules for testing -SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; -include testing.jam ; - -include $(BOOST_ROOT)/libs/regex/base.jam ; +import testing ../base ; # # this template defines the options common to