Move build system documentation

Bug: 62201421

Test: make help
Change-Id: I7d7b448d3f736e171ebfbdceee46eef7de748742
This commit is contained in:
Jeff Gaston
2017-05-30 20:11:20 -07:00
parent e0879fc3ae
commit df4a081292

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()