|
|
@@ -6,10 +6,9 @@
|
|
|
# containing the path from the invocation directory to the project root.
|
|
|
BOOST_ROOT ?= $($(gTOP)) ;
|
|
|
|
|
|
-# These variables tell the build system where to find the rest of the build
|
|
|
+# Tell the build system where to find the rest of the build
|
|
|
# system installation (e.g. toolset descriptions, variants)
|
|
|
-BOOST_BUILD_INSTALLATION ?= $(TOP)$(SLASH)tools$(SLASH)build ;
|
|
|
-BOOST_BASE_DIR ?= $(BOOST_BUILD_INSTALLATION) ;
|
|
|
+BOOST_BUILD_INSTALLATION ?= $(BOOST_ROOT)$(SLASH)tools$(SLASH)build ;
|
|
|
|
|
|
# This variable will surely need to be set specific to your installation, though
|
|
|
# we may be able to provide better defaults for some systems. It is used by the
|