127d2eae8b
Add globbing with dependency checking to blueprint. Calling ModuleContext.GlobWithDeps or SingletonContext.GlobWithDeps will return a list of files that match the globs, while also adding efficient dependencies to rerun the primary builder if a file that matches the glob is added or removed. Also use the globbing support for optional_subdirs=, subdirs= and build= lines in blueprints files. The globbing slightly changes the behavior of subname= lines, it no longer falls back to looking for a file called "Blueprints". Blueprint files that need to include a subdirectory with a different name can use build= instead of subdir= to directly include them. The Blueprints file is updated to reset subname="Blueprints" in case we want to include subdirectories inside blueprint and the primary builder has changed the subname. Also adds a new test directory that contains a simple primary builder tree to test regeneration for globbing, and runs the tests in travis. Change-Id: I83ce525fd11e11579cc58ba5308d01ca8eea7bc6
321 lines
17 KiB
Text
321 lines
17 KiB
Text
# ******************************************************************************
|
|
# *** This file is generated and should not be edited ***
|
|
# ******************************************************************************
|
|
#
|
|
# This file contains variables, rules, and pools with name prefixes indicating
|
|
# they were generated by the following Go packages:
|
|
#
|
|
# bootstrap [from Go package github.com/google/blueprint/bootstrap]
|
|
#
|
|
ninja_required_version = 1.7.0
|
|
|
|
g.bootstrap.buildDir = @@BuildDir@@
|
|
|
|
g.bootstrap.BinDir = ${g.bootstrap.buildDir}/.bootstrap/bin
|
|
|
|
g.bootstrap.bootstrapCmd = @@Bootstrap@@
|
|
|
|
g.bootstrap.compileCmd = @@GoCompile@@
|
|
|
|
g.bootstrap.goRoot = @@GoRoot@@
|
|
|
|
g.bootstrap.linkCmd = @@GoLink@@
|
|
|
|
g.bootstrap.srcDir = @@SrcDir@@
|
|
|
|
builddir = ${g.bootstrap.buildDir}/.minibootstrap
|
|
|
|
rule g.bootstrap.bootstrap
|
|
command = BUILDDIR=${g.bootstrap.buildDir} ${g.bootstrap.bootstrapCmd} -i ${in}
|
|
description = bootstrap ${in}
|
|
generator = true
|
|
|
|
rule g.bootstrap.build.ninja
|
|
command = ${builder} ${extra} -b ${g.bootstrap.buildDir} -d ${out}.d -o ${out} ${in}
|
|
depfile = ${out}.d
|
|
description = ${builder} ${out}
|
|
restat = true
|
|
|
|
rule g.bootstrap.compile
|
|
command = GOROOT='${g.bootstrap.goRoot}' ${g.bootstrap.compileCmd} -o ${out} -p ${pkgPath} -complete ${incFlags} -pack ${in}
|
|
description = compile ${out}
|
|
|
|
rule g.bootstrap.cp
|
|
command = cp ${in} ${out}
|
|
description = cp ${out}
|
|
|
|
rule g.bootstrap.link
|
|
command = GOROOT='${g.bootstrap.goRoot}' ${g.bootstrap.linkCmd} -o ${out} ${libDirFlags} ${in}
|
|
description = link ${out}
|
|
|
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
|
# Module: blueprint
|
|
# Variant:
|
|
# Type: bootstrap_go_package
|
|
# Factory: github.com/google/blueprint/bootstrap.newGoPackageModuleFactory.func1
|
|
# Defined: Blueprints:1:1
|
|
|
|
build $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint/pkg/github.com/google/blueprint.a $
|
|
: g.bootstrap.compile ${g.bootstrap.srcDir}/context.go $
|
|
${g.bootstrap.srcDir}/fs.go ${g.bootstrap.srcDir}/glob.go $
|
|
${g.bootstrap.srcDir}/live_tracker.go ${g.bootstrap.srcDir}/mangle.go $
|
|
${g.bootstrap.srcDir}/module_ctx.go $
|
|
${g.bootstrap.srcDir}/ninja_defs.go $
|
|
${g.bootstrap.srcDir}/ninja_strings.go $
|
|
${g.bootstrap.srcDir}/ninja_writer.go $
|
|
${g.bootstrap.srcDir}/package_ctx.go ${g.bootstrap.srcDir}/scope.go $
|
|
${g.bootstrap.srcDir}/singleton_ctx.go ${g.bootstrap.srcDir}/unpack.go $
|
|
| ${g.bootstrap.compileCmd} $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a
|
|
incFlags = -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg
|
|
pkgPath = github.com/google/blueprint
|
|
default $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint/pkg/github.com/google/blueprint.a
|
|
|
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
|
# Module: blueprint-bootstrap
|
|
# Variant:
|
|
# Type: bootstrap_go_package
|
|
# Factory: github.com/google/blueprint/bootstrap.newGoPackageModuleFactory.func1
|
|
# Defined: Blueprints:89:1
|
|
|
|
build $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap/pkg/github.com/google/blueprint/bootstrap.a $
|
|
: g.bootstrap.compile ${g.bootstrap.srcDir}/bootstrap/bootstrap.go $
|
|
${g.bootstrap.srcDir}/bootstrap/cleanup.go $
|
|
${g.bootstrap.srcDir}/bootstrap/command.go $
|
|
${g.bootstrap.srcDir}/bootstrap/config.go $
|
|
${g.bootstrap.srcDir}/bootstrap/doc.go $
|
|
${g.bootstrap.srcDir}/bootstrap/glob.go $
|
|
${g.bootstrap.srcDir}/bootstrap/writedocs.go | $
|
|
${g.bootstrap.compileCmd} $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint/pkg/github.com/google/blueprint.a $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap-bpdoc/pkg/github.com/google/blueprint/bootstrap/bpdoc.a
|
|
incFlags = -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap-bpdoc/pkg
|
|
pkgPath = github.com/google/blueprint/bootstrap
|
|
default $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap/pkg/github.com/google/blueprint/bootstrap.a
|
|
|
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
|
# Module: blueprint-bootstrap-bpdoc
|
|
# Variant:
|
|
# Type: bootstrap_go_package
|
|
# Factory: github.com/google/blueprint/bootstrap.newGoPackageModuleFactory.func1
|
|
# Defined: Blueprints:109:1
|
|
|
|
build $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap-bpdoc/pkg/github.com/google/blueprint/bootstrap/bpdoc.a $
|
|
: g.bootstrap.compile ${g.bootstrap.srcDir}/bootstrap/bpdoc/bpdoc.go | $
|
|
${g.bootstrap.compileCmd} $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint/pkg/github.com/google/blueprint.a
|
|
incFlags = -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint/pkg
|
|
pkgPath = github.com/google/blueprint/bootstrap/bpdoc
|
|
default $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap-bpdoc/pkg/github.com/google/blueprint/bootstrap/bpdoc.a
|
|
|
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
|
# Module: blueprint-deptools
|
|
# Variant:
|
|
# Type: bootstrap_go_package
|
|
# Factory: github.com/google/blueprint/bootstrap.newGoPackageModuleFactory.func1
|
|
# Defined: Blueprints:50:1
|
|
|
|
build $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $
|
|
: g.bootstrap.compile ${g.bootstrap.srcDir}/deptools/depfile.go | $
|
|
${g.bootstrap.compileCmd}
|
|
pkgPath = github.com/google/blueprint/deptools
|
|
default $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a
|
|
|
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
|
# Module: blueprint-parser
|
|
# Variant:
|
|
# Type: bootstrap_go_package
|
|
# Factory: github.com/google/blueprint/bootstrap.newGoPackageModuleFactory.func1
|
|
# Defined: Blueprints:34:1
|
|
|
|
build $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a $
|
|
: g.bootstrap.compile ${g.bootstrap.srcDir}/parser/ast.go $
|
|
${g.bootstrap.srcDir}/parser/modify.go $
|
|
${g.bootstrap.srcDir}/parser/parser.go $
|
|
${g.bootstrap.srcDir}/parser/printer.go $
|
|
${g.bootstrap.srcDir}/parser/sort.go | ${g.bootstrap.compileCmd}
|
|
pkgPath = github.com/google/blueprint/parser
|
|
default $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a
|
|
|
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
|
# Module: blueprint-pathtools
|
|
# Variant:
|
|
# Type: bootstrap_go_package
|
|
# Factory: github.com/google/blueprint/bootstrap.newGoPackageModuleFactory.func1
|
|
# Defined: Blueprints:56:1
|
|
|
|
build $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a $
|
|
: g.bootstrap.compile ${g.bootstrap.srcDir}/pathtools/lists.go $
|
|
${g.bootstrap.srcDir}/pathtools/glob.go | ${g.bootstrap.compileCmd} $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a
|
|
incFlags = -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg
|
|
pkgPath = github.com/google/blueprint/pathtools
|
|
default $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a
|
|
|
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
|
# Module: blueprint-proptools
|
|
# Variant:
|
|
# Type: bootstrap_go_package
|
|
# Factory: github.com/google/blueprint/bootstrap.newGoPackageModuleFactory.func1
|
|
# Defined: Blueprints:71:1
|
|
|
|
build $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a $
|
|
: g.bootstrap.compile ${g.bootstrap.srcDir}/proptools/clone.go $
|
|
${g.bootstrap.srcDir}/proptools/escape.go $
|
|
${g.bootstrap.srcDir}/proptools/extend.go $
|
|
${g.bootstrap.srcDir}/proptools/proptools.go $
|
|
${g.bootstrap.srcDir}/proptools/typeequal.go | $
|
|
${g.bootstrap.compileCmd}
|
|
pkgPath = github.com/google/blueprint/proptools
|
|
default $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a
|
|
|
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
|
# Module: bpglob
|
|
# Variant:
|
|
# Type: bootstrap_core_go_binary
|
|
# Factory: github.com/google/blueprint/bootstrap.newGoBinaryModuleFactory.func1
|
|
# Defined: Blueprints:130:1
|
|
|
|
build ${g.bootstrap.buildDir}/.bootstrap/bpglob/obj/bpglob.a: $
|
|
g.bootstrap.compile ${g.bootstrap.srcDir}/bootstrap/bpglob/bpglob.go | $
|
|
${g.bootstrap.compileCmd} $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a
|
|
incFlags = -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg
|
|
pkgPath = bpglob
|
|
default ${g.bootstrap.buildDir}/.bootstrap/bpglob/obj/bpglob.a
|
|
|
|
build ${g.bootstrap.buildDir}/.bootstrap/bpglob/obj/a.out: g.bootstrap.link $
|
|
${g.bootstrap.buildDir}/.bootstrap/bpglob/obj/bpglob.a | $
|
|
${g.bootstrap.linkCmd}
|
|
libDirFlags = -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg
|
|
default ${g.bootstrap.buildDir}/.bootstrap/bpglob/obj/a.out
|
|
|
|
build ${g.bootstrap.BinDir}/bpglob: g.bootstrap.cp $
|
|
${g.bootstrap.buildDir}/.bootstrap/bpglob/obj/a.out
|
|
default ${g.bootstrap.BinDir}/bpglob
|
|
|
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
|
# Module: gotestmain
|
|
# Variant:
|
|
# Type: bootstrap_core_go_binary
|
|
# Factory: github.com/google/blueprint/bootstrap.newGoBinaryModuleFactory.func1
|
|
# Defined: Blueprints:148:1
|
|
|
|
build ${g.bootstrap.buildDir}/.bootstrap/gotestmain/obj/gotestmain.a: $
|
|
g.bootstrap.compile ${g.bootstrap.srcDir}/gotestmain/gotestmain.go | $
|
|
${g.bootstrap.compileCmd}
|
|
pkgPath = gotestmain
|
|
default ${g.bootstrap.buildDir}/.bootstrap/gotestmain/obj/gotestmain.a
|
|
|
|
build ${g.bootstrap.buildDir}/.bootstrap/gotestmain/obj/a.out: $
|
|
g.bootstrap.link $
|
|
${g.bootstrap.buildDir}/.bootstrap/gotestmain/obj/gotestmain.a | $
|
|
${g.bootstrap.linkCmd}
|
|
default ${g.bootstrap.buildDir}/.bootstrap/gotestmain/obj/a.out
|
|
|
|
build ${g.bootstrap.BinDir}/gotestmain: g.bootstrap.cp $
|
|
${g.bootstrap.buildDir}/.bootstrap/gotestmain/obj/a.out
|
|
default ${g.bootstrap.BinDir}/gotestmain
|
|
|
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
|
# Module: gotestrunner
|
|
# Variant:
|
|
# Type: bootstrap_core_go_binary
|
|
# Factory: github.com/google/blueprint/bootstrap.newGoBinaryModuleFactory.func1
|
|
# Defined: Blueprints:153:1
|
|
|
|
build ${g.bootstrap.buildDir}/.bootstrap/gotestrunner/obj/gotestrunner.a: $
|
|
g.bootstrap.compile ${g.bootstrap.srcDir}/gotestrunner/gotestrunner.go $
|
|
| ${g.bootstrap.compileCmd}
|
|
pkgPath = gotestrunner
|
|
default ${g.bootstrap.buildDir}/.bootstrap/gotestrunner/obj/gotestrunner.a
|
|
|
|
build ${g.bootstrap.buildDir}/.bootstrap/gotestrunner/obj/a.out: $
|
|
g.bootstrap.link $
|
|
${g.bootstrap.buildDir}/.bootstrap/gotestrunner/obj/gotestrunner.a | $
|
|
${g.bootstrap.linkCmd}
|
|
default ${g.bootstrap.buildDir}/.bootstrap/gotestrunner/obj/a.out
|
|
|
|
build ${g.bootstrap.BinDir}/gotestrunner: g.bootstrap.cp $
|
|
${g.bootstrap.buildDir}/.bootstrap/gotestrunner/obj/a.out
|
|
default ${g.bootstrap.BinDir}/gotestrunner
|
|
|
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
|
# Module: minibp
|
|
# Variant:
|
|
# Type: bootstrap_core_go_binary
|
|
# Factory: github.com/google/blueprint/bootstrap.newGoBinaryModuleFactory.func1
|
|
# Defined: Blueprints:121:1
|
|
|
|
build ${g.bootstrap.buildDir}/.bootstrap/minibp/obj/minibp.a: $
|
|
g.bootstrap.compile ${g.bootstrap.srcDir}/bootstrap/minibp/main.go | $
|
|
${g.bootstrap.compileCmd} $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint/pkg/github.com/google/blueprint.a $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap-bpdoc/pkg/github.com/google/blueprint/bootstrap/bpdoc.a $
|
|
${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap/pkg/github.com/google/blueprint/bootstrap.a
|
|
incFlags = -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap-bpdoc/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap/pkg
|
|
pkgPath = minibp
|
|
default ${g.bootstrap.buildDir}/.bootstrap/minibp/obj/minibp.a
|
|
|
|
build ${g.bootstrap.buildDir}/.bootstrap/minibp/obj/a.out: g.bootstrap.link $
|
|
${g.bootstrap.buildDir}/.bootstrap/minibp/obj/minibp.a | $
|
|
${g.bootstrap.linkCmd}
|
|
libDirFlags = -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg -L ${g.bootstrap.buildDir}/.bootstrap/blueprint/pkg -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap-bpdoc/pkg -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap/pkg
|
|
default ${g.bootstrap.buildDir}/.bootstrap/minibp/obj/a.out
|
|
|
|
build ${g.bootstrap.BinDir}/minibp: g.bootstrap.cp $
|
|
${g.bootstrap.buildDir}/.bootstrap/minibp/obj/a.out
|
|
default ${g.bootstrap.BinDir}/minibp
|
|
|
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
|
# Singleton: bootstrap
|
|
# Factory: github.com/google/blueprint/bootstrap.newSingletonFactory.func1
|
|
|
|
build ${g.bootstrap.buildDir}/.bootstrap/build.ninja: g.bootstrap.build.ninja $
|
|
${g.bootstrap.srcDir}/Blueprints | ${builder}
|
|
builder = ${g.bootstrap.BinDir}/minibp
|
|
extra = --build-primary
|
|
default ${g.bootstrap.buildDir}/.bootstrap/build.ninja
|
|
|
|
build ${g.bootstrap.buildDir}/.minibootstrap/build.ninja.in: $
|
|
g.bootstrap.build.ninja ${g.bootstrap.srcDir}/Blueprints | ${builder}
|
|
builder = ${g.bootstrap.BinDir}/minibp
|
|
extra =
|
|
default ${g.bootstrap.buildDir}/.minibootstrap/build.ninja.in
|
|
|
|
build ${g.bootstrap.buildDir}/.minibootstrap/build.ninja: $
|
|
g.bootstrap.bootstrap $
|
|
${g.bootstrap.buildDir}/.minibootstrap/build.ninja.in | $
|
|
${g.bootstrap.bootstrapCmd}
|
|
default ${g.bootstrap.buildDir}/.minibootstrap/build.ninja
|
|
|