Searched refs:bootstrap (Results 1 – 25 of 28) sorted by relevance
12
/build/blueprint/ |
D | build.ninja.in | 8 # bootstrap [from Go package github.com/google/blueprint/bootstrap] 12 g.bootstrap.buildDir = @@BuildDir@@ 14 g.bootstrap.BinDir = ${g.bootstrap.buildDir}/.bootstrap/bin 16 g.bootstrap.bootstrapCmd = @@Bootstrap@@ 18 g.bootstrap.bootstrapManifest = @@BootstrapManifest@@ 20 g.bootstrap.chooseStageCmd = ${g.bootstrap.buildDir}/.bootstrap/bin/choosestage 22 g.bootstrap.compileCmd = @@GoCompile@@ 24 g.bootstrap.goRoot = @@GoRoot@@ 26 g.bootstrap.linkCmd = @@GoLink@@ 28 g.bootstrap.srcDir = @@SrcDir@@ [all …]
|
D | Blueprints | 81 name = "blueprint-bootstrap", 86 "blueprint-bootstrap-bpdoc", 88 pkgPath = "github.com/google/blueprint/bootstrap", 90 "bootstrap/bootstrap.go", 91 "bootstrap/cleanup.go", 92 "bootstrap/command.go", 93 "bootstrap/config.go", 94 "bootstrap/doc.go", 95 "bootstrap/writedocs.go", 100 name = "blueprint-bootstrap-bpdoc", [all …]
|
D | bootstrap.bash | 120 if [ -x $BUILDDIR/.bootstrap/bin/minibp ]; then 122 $BUILDDIR/.bootstrap/bin/minibp $EXTRA_ARGS -o $BOOTSTRAP_MANIFEST $SRCDIR/$TOPNAME 140 echo "BOOTSTRAP=\"${BOOTSTRAP}\"" > $BUILDDIR/.blueprint.bootstrap 141 echo "BOOTSTRAP_MANIFEST=\"${BOOTSTRAP_MANIFEST}\"" >> $BUILDDIR/.blueprint.bootstrap
|
D | .travis.install-ninja.sh | 17 ./configure.py --bootstrap
|
/build/soong/ |
D | build.ninja.in | 8 # bootstrap [from Go package github.com/google/blueprint/bootstrap] 12 g.bootstrap.buildDir = @@BuildDir@@ 14 g.bootstrap.BinDir = ${g.bootstrap.buildDir}/.bootstrap/bin 16 g.bootstrap.bootstrapCmd = @@Bootstrap@@ 18 g.bootstrap.bootstrapManifest = @@BootstrapManifest@@ 20 g.bootstrap.chooseStageCmd = ${g.bootstrap.buildDir}/.bootstrap/bin/choosestage 22 g.bootstrap.compileCmd = @@GoCompile@@ 24 g.bootstrap.goRoot = @@GoRoot@@ 26 g.bootstrap.goTestMainCmd = ${g.bootstrap.buildDir}/.bootstrap/bin/gotestmain 28 g.bootstrap.goTestRunnerCmd = ${g.bootstrap.buildDir}/.bootstrap/bin/gotestrunner [all …]
|
D | Android.bp | 9 // 1) In your build directory, execute "../bootstrap.bash -r" to regenerate build.ninja.in 17 "blueprint-bootstrap", 86 "blueprint-bootstrap",
|
D | bootstrap.bash | 53 "$SRCDIR/build/soong/soong.bootstrap.in" > $BUILDDIR/.soong.bootstrap
|
/build/blueprint/tests/ |
D | expected_regen | 1 Newer source version of src.build.ninja.in. Copying to bootstrap.ninja.in 2 Choosing bootstrap.ninja.in for next stage 3 Stage bootstrap.ninja.in has changed, restarting 4 Choosing bootstrap.ninja.in for next stage
|
D | test.sh | 9 ../bootstrap.bash 82 ../tests/bootstrap.bash -r 96 ../tests/bootstrap.bash -r -t 114 ../bootstrap.bash 126 ../tests/bootstrap.bash -r
|
D | expected_wrapper_regen | 1 Stage bootstrap.ninja.in has changed, restarting 2 Choosing bootstrap.ninja.in for next stage
|
D | expected_start2 | 1 Stage bootstrap.ninja.in has changed, restarting 2 Choosing bootstrap.ninja.in for next stage
|
D | expected_start_add_tests | 1 Stage bootstrap.ninja.in has changed, restarting 2 Choosing bootstrap.ninja.in for next stage
|
D | expected_manifest | 1 Newer source version of build.ninja.in. Copying to bootstrap.ninja.in 2 Choosing bootstrap.ninja.in for next stage
|
D | bootstrap.bash | 7 ../bootstrap.bash "$@"
|
D | expected_rebuild_test | 1 Choosing bootstrap.ninja.in for next stage
|
D | expected_all | 1 Choosing bootstrap.ninja.in for next stage
|
/build/kati/ |
D | bootstrap.go | 26 bootstrap := ` 46 bootstrap += fmt.Sprintf("MAKECMDGOALS:=%s\n", strings.Join(targets, " ")) 51 bootstrap += fmt.Sprintf("CURDIR:=%s\n", cwd) 52 return parseMakefileString(bootstrap, srcpos{bootstrapMakefileName, 0})
|
D | main.cc | 65 string bootstrap = ( in ReadBootstrapMakefile() local 90 bootstrap += StringPrintf("MAKE?=make -j%d\n", in ReadBootstrapMakefile() 93 bootstrap += StringPrintf("MAKE?=%s\n", in ReadBootstrapMakefile() 96 bootstrap += StringPrintf("MAKECMDGOALS?=%s\n", in ReadBootstrapMakefile() 104 bootstrap += StringPrintf("CURDIR:=%s\n", cwd); in ReadBootstrapMakefile() 105 Parse(Intern(bootstrap).str(), Loc("*bootstrap*", 0), stmts); in ReadBootstrapMakefile()
|
D | buf.go | 68 bootstrap [64]byte // memory to hold first slice member 92 b.buf = b.bootstrap[:0]
|
/build/core/ |
D | soong.mk | 7 SOONG_BOOTSTRAP := $(SOONG_OUT_DIR)/.soong.bootstrap 28 $(SOONG_BOOTSTRAP): bootstrap.bash $(SOONG_NEEDS_REBOOTSTRAP) 30 $(hide) BUILDDIR=$(SOONG_OUT_DIR) ./bootstrap.bash
|
/build/soong/cmd/soong_build/ |
D | main.go | 38 configuration, err := common.NewConfig(srcDir, bootstrap.BuildDir) 49 …bootstrap.Main(ctx, configuration, configuration.ConfigFileName, configuration.ProductVariablesFil…
|
/build/blueprint/bootstrap/ |
D | doc.go | 169 package bootstrap package
|
D | config.go | 15 package bootstrap package
|
D | writedocs.go | 1 package bootstrap package
|
/build/blueprint/bootstrap/minibp/ |
D | main.go | 57 bootstrap.Main(ctx, config)
|
12