Merge "Move build system documentation"
This commit is contained in:
commit
ccb58c1eb3
1 changed files with 1 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue