Home
last modified time | relevance | path

Searched refs:bootstrap (Results 1 – 25 of 28) sorted by relevance

12

/build/blueprint/
Dbuild.ninja.in8 # 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 …]
DBlueprints81 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 …]
Dbootstrap.bash120 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.sh17 ./configure.py --bootstrap
/build/soong/
Dbuild.ninja.in8 # 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 …]
DAndroid.bp9 // 1) In your build directory, execute "../bootstrap.bash -r" to regenerate build.ninja.in
17 "blueprint-bootstrap",
86 "blueprint-bootstrap",
Dbootstrap.bash53 "$SRCDIR/build/soong/soong.bootstrap.in" > $BUILDDIR/.soong.bootstrap
/build/blueprint/tests/
Dexpected_regen1 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
Dtest.sh9 ../bootstrap.bash
82 ../tests/bootstrap.bash -r
96 ../tests/bootstrap.bash -r -t
114 ../bootstrap.bash
126 ../tests/bootstrap.bash -r
Dexpected_wrapper_regen1 Stage bootstrap.ninja.in has changed, restarting
2 Choosing bootstrap.ninja.in for next stage
Dexpected_start21 Stage bootstrap.ninja.in has changed, restarting
2 Choosing bootstrap.ninja.in for next stage
Dexpected_start_add_tests1 Stage bootstrap.ninja.in has changed, restarting
2 Choosing bootstrap.ninja.in for next stage
Dexpected_manifest1 Newer source version of build.ninja.in. Copying to bootstrap.ninja.in
2 Choosing bootstrap.ninja.in for next stage
Dbootstrap.bash7 ../bootstrap.bash "$@"
Dexpected_rebuild_test1 Choosing bootstrap.ninja.in for next stage
Dexpected_all1 Choosing bootstrap.ninja.in for next stage
/build/kati/
Dbootstrap.go26 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})
Dmain.cc65 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()
Dbuf.go68 bootstrap [64]byte // memory to hold first slice member
92 b.buf = b.bootstrap[:0]
/build/core/
Dsoong.mk7 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/
Dmain.go38 configuration, err := common.NewConfig(srcDir, bootstrap.BuildDir)
49bootstrap.Main(ctx, configuration, configuration.ConfigFileName, configuration.ProductVariablesFil…
/build/blueprint/bootstrap/
Ddoc.go169 package bootstrap package
Dconfig.go15 package bootstrap package
Dwritedocs.go1 package bootstrap package
/build/blueprint/bootstrap/minibp/
Dmain.go57 bootstrap.Main(ctx, config)

12