summaryrefslogtreecommitdiff
path: root/Jamrules
diff options
context:
space:
mode:
authorDave Abrahams <dave@boostpro.com>2001-10-06 16:01:10 +0000
committerDave Abrahams <dave@boostpro.com>2001-10-06 16:01:10 +0000
commita2900b8b7355f1edf3b77e6fde58a37e7dda2c8f (patch)
tree4b4f6079ec4e0dc1a1d7ce81005ba7e48d1a5da7 /Jamrules
parent9c331eb1825aae680343b49d0e641e2b8a529f84 (diff)
downloadboost-a2900b8b7355f1edf3b77e6fde58a37e7dda2c8f.tar.gz
Use the new path-global rule to establish BOOST_ROOT correctly for all subprojects
[SVN r11347]
Diffstat (limited to 'Jamrules')
-rw-r--r--Jamrules4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jamrules b/Jamrules
index 73c835a82e..11dc70c559 100644
--- a/Jamrules
+++ b/Jamrules
@@ -7,12 +7,12 @@
# Transitional - allows us to use this Jamrules file with the new Jambase under
# development
-BOOST_ROOT ?= $(gPROJECT_ROOT) ;
+path-global BOOST_ROOT : $(gPROJECT_ROOT) ;
# Establish this as the root of the boost installation. Most targets will want
# $(BOOST_ROOT) in their #include path. $(gTOP) is the name of the variable
# containing the path from the invocation directory to the project root.
-BOOST_ROOT ?= $($(gTOP)) ;
+path-global BOOST_ROOT : $($(gTOP)) ;
# Tell the build system where to find the rest of the build
# system installation (e.g. toolset descriptions, variants)