Lines Matching full:bootstrap
42 # This global will hold the location of the build system bootstrap file.
43 .bootstrap-file = ;
73 if $(.bootstrap-file)
75 ECHO "Error: Illegal attempt to re-bootstrap the build system by invoking" ;
92 # Try to find the build system bootstrap file 'bootstrap.jam'.
93 local bootstrap-file = [ GLOB $(BOOST_BUILD_PATH) : bootstrap.jam ] ;
94 .bootstrap-file = $(bootstrap-file[1]) ;
96 # There is no bootstrap.jam we can find, exit with an error.
97 if ! $(.bootstrap-file)
105 ECHO "but we were unable to find \"bootstrap.jam\" in the specified directory" ;
114 [ NORMALIZE_PATH $(.bootstrap-file:D) ] ;
118 include $(.bootstrap-file) ;
176 # Check that, at minimum, the bootstrap file was found.
177 if ! $(.bootstrap-file)