Merge "Move build system documentation"

This commit is contained in:
Jeff Gaston 2017-08-09 22:17:43 +00:00 committed by Gerrit Code Review
commit ccb58c1eb3

View file

@ -102,8 +102,7 @@ func checkCaseSensitivity(ctx Context, config Config) {
}
func help(ctx Context, config Config, what int) {
cmd := Command(ctx, config, "make",
"make", "-f", "build/core/help.mk")
cmd := Command(ctx, config, "help.sh", "build/make/help.sh")
cmd.Sandbox = makeSandbox
cmd.Stdout = ctx.Stdout()
cmd.Stderr = ctx.Stderr()