From 3b27d5a38e79501b4acc8e305d8f7f0bb680f1ad Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 8 Sep 2003 17:38:49 +0000 Subject: [PATCH] Use the import rule [SVN r19968] --- build/Jamfile | 2 +- example/Jamfile | 4 +--- test/Jamfile | 5 +---- 3 files changed, 3 insertions(+), 8 deletions(-) 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