Searched refs:BOOST_BUILD_PATH (Results 1 – 17 of 17) sorted by relevance
45 # Remember the value of $(BOOST_BUILD_PATH) supplied to us by the user.46 BOOST_BUILD_PATH.user-value = $(BOOST_BUILD_PATH) ;48 # On Unix only, when BOOST_BUILD_PATH is not supplied by the user, set it to a52 if ! $(BOOST_BUILD_PATH) && $(UNIX)54 BOOST_BUILD_PATH = /usr/share/boost-build ;84 BOOST_BUILD_PATH = $(dir:R=$(.boost-build-file:D)) $(BOOST_BUILD_PATH) ;86 # We might have just modified the *global* value of BOOST_BUILD_PATH. The90 _poke .ENVIRON : BOOST_BUILD_PATH : $(BOOST_BUILD_PATH) ;93 local bootstrap-file = [ GLOB $(BOOST_BUILD_PATH) : bootstrap.jam ] ;106 ECHO "or in BOOST_BUILD_PATH (searching "$(BOOST_BUILD_PATH:J=", ")")." ;[all …]
75 b2::jam::variable BOOST_BUILD_PATH{"BOOST_BUILD_PATH"}; in builtin_boost_build() local76 search_path.append(BOOST_BUILD_PATH); in builtin_boost_build()80 BOOST_BUILD_PATH = search_path; in builtin_boost_build()206 b2::jam::list BOOST_BUILD_PATH = b2::jam::variable{"BOOST_BUILD_PATH"}; in bootstrap()207 for (auto search_path: BOOST_BUILD_PATH) in bootstrap()
6 # Assume BOOST_BUILD_PATH point to the 'test' directory.11 BOOST_BUILD_PATH = $(BOOST_BUILD_PATH)/.. $(BOOST_BUILD_PATH) ;
52 local BOOST_BUILD_PATH = [ modules.peek : BOOST_BUILD_PATH ] ;83 # Jook in options subdirectories of BOOST_BUILD_PATH for modules86 local option-files = [ GLOB $(plugin-dir:D=$(BOOST_BUILD_PATH)) :
50 local path-to-modules = [ modules.peek : BOOST_BUILD_PATH ] ;91 local BOOST_BUILD_PATH = [ modules.peek : BOOST_BUILD_PATH ] ;93 local option-files = [ GLOB $(plugin-dir:D=$(BOOST_BUILD_PATH)) : *.jam ] ;146 local user-path = [ os.home-directories ] [ os.environ BOOST_BUILD_PATH ] ;179 local path-to-modules = [ modules.peek : BOOST_BUILD_PATH ] ;
5 # Bootstrap file not found via implicit lookup in BOOST_BUILD_PATH
92 # Add module subdirectories to the BOOST_BUILD_PATH, which allows us to make108 BOOST_BUILD_PATH += $(whereami:D)/$(subdirs) ;110 modules.poke .ENVIRON : BOOST_BUILD_PATH : $(BOOST_BUILD_PATH) ;
138 # $(BOOST_BUILD_PATH).168 search ?= [ modules.peek : BOOST_BUILD_PATH ] ;269 # If the importing module is not already in the BOOST_BUILD_PATH,282 local search = [ peek : BOOST_BUILD_PATH ] ;
22 local boost-search-dirs = [ modules.peek : BOOST_BUILD_PATH ] ;
50 # $(BOOST_BUILD_PATH)/../../auto_index56 local boost-build-path2 = [ modules.peek : BOOST_BUILD_PATH ] ;130 ECHO " * BOOST_BUILD_PATH/../../auto-index" ;
77 # BOOST_BUILD_PATH/../../quickbook/79 # (BOOST_ROOT and BOOST_BUILD_PATH are environment variables)270 # $(BOOST_BUILD_PATH)/../../quickbook302 ECHO " * BOOST_BUILD_PATH/../../quickbook" ;
21 * Use default value of BOOST_BUILD_PATH is not is set in environment.
1097 # BOOST_BUILD_PATH.1098 local x = [ modules.peek : BOOST_BUILD_PATH ] ;1101 modules.poke : BOOST_BUILD_PATH : $(caller-location:D) $(x) ;1105 modules.poke : BOOST_BUILD_PATH : $(x) ;
330 `$BOOST_BUILD_PATH`334 `$BOOST_BUILD_PATH`352 `%BOOST_BUILD_PATH%`358 `%BOOST_BUILD_PATH%`
14 directories specified by the environment variable BOOST_BUILD_PATH. On15 Unix BOOST_BUILD_PATH defaults to `/usr/share/boost-build`. When26 and the directories in BOOST_BUILD_PATH are then searched for a file857 `$(BOOST_BUILD_PATH)`.
401 local user-path = [ os.home-directories ] [ os.environ BOOST_BUILD_PATH ] ;
1362 SEARCH on python.jam = $(BOOST_BUILD_PATH) ;