Просмотр исходного кода

build system update

[SVN r10695]
Dave Abrahams 25 лет назад
Родитель
Сommit
9fa3e467ac
3 измененных файлов с 4 добавлено и 5 удалено
  1. 2 3
      Jamrules
  2. 1 1
      libs/python
  3. 1 1
      tools/build

+ 2 - 3
Jamrules

@@ -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

+ 1 - 1
libs/python

@@ -1 +1 @@
-Subproject commit 08eb28f7b825de12a84f8e0eeb86309ba4d5c26d
+Subproject commit 3c6a8d718fc5a7d198e1b089016b733eaaee4469

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit 7f7d5add4b18d79d5e09bcef1052677e6d04eed5
+Subproject commit 41ab7b738330322fa0f9c9ef14d8a21458fa74e1

粤ICP备19079148号