Lines Matching full:bootstrap
120 class Bootstrap: class
123 Used to bootstrap Ninja from scratch. In --bootstrap mode this
126 behave like non-bootstrap mode.
145 # In bootstrap mode, we have no ninja process to catch /showIncludes
161 # make the bootstrap build work.
202 parser.add_option('--bootstrap', action='store_true',
203 help='bootstrap a ninja binary from nothing')
241 if options.bootstrap:
250 n = Bootstrap(n, verbose=options.verbose)
261 if '--bootstrap' in configure_args:
262 configure_args.remove('--bootstrap')
556 if options.bootstrap:
558 # through the bootstrap executor, but continue writing the
685 if options.bootstrap:
686 print('bootstrap complete. rebuilding...')
694 bootstrap_exe = 'ninja.bootstrap.exe'
697 bootstrap_exe = './ninja.bootstrap'