Update build.ninja.in
This was causing extra rebuilds for fresh builds. Update with the latest blueprint changes. Test: m blueprint_tools, fewer rebuilds Change-Id: I6b82e9cafa6e84f4089c6f90372bddcd6f85b0ea
This commit is contained in:
@@ -154,7 +154,7 @@ default $
|
||||
# Variant:
|
||||
# Type: bootstrap_go_package
|
||||
# Factory: github.com/google/blueprint/bootstrap.newGoPackageModuleFactory.func1
|
||||
# Defined: build/blueprint/Blueprints:83:1
|
||||
# Defined: build/blueprint/Blueprints:85:1
|
||||
|
||||
build $
|
||||
${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap/pkg/github.com/google/blueprint/bootstrap.a $
|
||||
@@ -182,7 +182,7 @@ default $
|
||||
# Variant:
|
||||
# Type: bootstrap_go_package
|
||||
# Factory: github.com/google/blueprint/bootstrap.newGoPackageModuleFactory.func1
|
||||
# Defined: build/blueprint/Blueprints:102:1
|
||||
# Defined: build/blueprint/Blueprints:104:1
|
||||
|
||||
build $
|
||||
${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap-bpdoc/pkg/github.com/google/blueprint/bootstrap/bpdoc.a $
|
||||
@@ -354,10 +354,12 @@ build $
|
||||
${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/test/github.com/google/blueprint/proptools.a $
|
||||
: g.bootstrap.compile $
|
||||
${g.bootstrap.srcDir}/build/blueprint/proptools/clone.go $
|
||||
${g.bootstrap.srcDir}/build/blueprint/proptools/escape.go $
|
||||
${g.bootstrap.srcDir}/build/blueprint/proptools/extend.go $
|
||||
${g.bootstrap.srcDir}/build/blueprint/proptools/proptools.go $
|
||||
${g.bootstrap.srcDir}/build/blueprint/proptools/typeequal.go $
|
||||
${g.bootstrap.srcDir}/build/blueprint/proptools/clone_test.go $
|
||||
${g.bootstrap.srcDir}/build/blueprint/proptools/escape_test.go $
|
||||
${g.bootstrap.srcDir}/build/blueprint/proptools/extend_test.go $
|
||||
${g.bootstrap.srcDir}/build/blueprint/proptools/typeequal_test.go | $
|
||||
${g.bootstrap.compileCmd}
|
||||
@@ -368,6 +370,7 @@ default $
|
||||
build ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/test/test.go: $
|
||||
g.bootstrap.gotestmain $
|
||||
${g.bootstrap.srcDir}/build/blueprint/proptools/clone_test.go $
|
||||
${g.bootstrap.srcDir}/build/blueprint/proptools/escape_test.go $
|
||||
${g.bootstrap.srcDir}/build/blueprint/proptools/extend_test.go $
|
||||
${g.bootstrap.srcDir}/build/blueprint/proptools/typeequal_test.go | $
|
||||
${g.bootstrap.goTestMainCmd}
|
||||
@@ -403,6 +406,7 @@ build $
|
||||
${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a $
|
||||
: g.bootstrap.compile $
|
||||
${g.bootstrap.srcDir}/build/blueprint/proptools/clone.go $
|
||||
${g.bootstrap.srcDir}/build/blueprint/proptools/escape.go $
|
||||
${g.bootstrap.srcDir}/build/blueprint/proptools/extend.go $
|
||||
${g.bootstrap.srcDir}/build/blueprint/proptools/proptools.go $
|
||||
${g.bootstrap.srcDir}/build/blueprint/proptools/typeequal.go | $
|
||||
@@ -417,7 +421,7 @@ default $
|
||||
# Variant:
|
||||
# Type: bootstrap_core_go_binary
|
||||
# Factory: github.com/google/blueprint/bootstrap.newGoBinaryModuleFactory.func1
|
||||
# Defined: build/blueprint/Blueprints:135:1
|
||||
# Defined: build/blueprint/Blueprints:137:1
|
||||
|
||||
build ${g.bootstrap.buildDir}/.bootstrap/gotestmain/obj/gotestmain.a: $
|
||||
g.bootstrap.compile $
|
||||
@@ -441,7 +445,7 @@ default ${g.bootstrap.BinDir}/gotestmain
|
||||
# Variant:
|
||||
# Type: bootstrap_core_go_binary
|
||||
# Factory: github.com/google/blueprint/bootstrap.newGoBinaryModuleFactory.func1
|
||||
# Defined: build/blueprint/Blueprints:140:1
|
||||
# Defined: build/blueprint/Blueprints:142:1
|
||||
|
||||
build ${g.bootstrap.buildDir}/.bootstrap/gotestrunner/obj/gotestrunner.a: $
|
||||
g.bootstrap.compile $
|
||||
@@ -465,7 +469,7 @@ default ${g.bootstrap.BinDir}/gotestrunner
|
||||
# Variant:
|
||||
# Type: bootstrap_core_go_binary
|
||||
# Factory: github.com/google/blueprint/bootstrap.newGoBinaryModuleFactory.func1
|
||||
# Defined: build/blueprint/Blueprints:114:1
|
||||
# Defined: build/blueprint/Blueprints:116:1
|
||||
|
||||
build ${g.bootstrap.buildDir}/.bootstrap/minibp/obj/minibp.a: $
|
||||
g.bootstrap.compile $
|
||||
|
Reference in New Issue
Block a user