Turn suffix rules into errors

We've turned off suffix rules with .SUFFIXES, but make them explicit
errors.

Test: build_test on downstream branches
Change-Id: I682ee3eb3a8f1451cd7e16f1e1d59afca5d21a26
This commit is contained in:
Dan Willemsen
2018-06-15 21:53:18 -07:00
parent f269dbee54
commit d368d6ff78

View File

@@ -77,6 +77,8 @@ func runKati(ctx Context, config Config) {
"--color_warnings",
"--gen_all_targets",
"--werror_find_emulator",
"--no_builtin_rules",
"--werror_suffix_rules",
"--kati_stats",
"-f", "build/make/core/main.mk",
}