Merge "queryview: fix depfile and incrementality."

This commit is contained in:
Treehugger Robot
2021-03-30 16:19:56 +00:00
committed by Gerrit Code Review

View File

@@ -68,7 +68,7 @@ func generateBuildActionsForBazelConversion(ctx SingletonContext, converterMode
Command: fmt.Sprintf(
`rm -rf "${outDir}/"* && `+
`mkdir -p "${outDir}" && `+
`echo WORKSPACE: cat "%s" > "${outDir}/.queryview-depfile.d" && `+
`echo WORKSPACE: $$(cat "%s") > "${outDir}/.queryview-depfile.d" && `+
`BUILDER="%s" && `+
`echo BUILDER=$$BUILDER && `+
`cd "$$(dirname "$$BUILDER")" && `+