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:
@@ -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",
|
||||
}
|
||||
|
Reference in New Issue
Block a user