Re: [PATCH] kbuild: shrink Makefile cache when it exceeds 1000 lines

From: Masahiro Yamada
Date: Thu Oct 12 2017 - 05:42:03 EST


2017-10-12 18:29 GMT+09:00 Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>:

>
> +nr_cache := $(words $(filter __cached_%, $(.VARIABLES)))
> +
> +# Strip the last digit. Covert as follows:

I meant "Convert".


> +# 0 ->
> +# 123 -> 12




--
Best Regards
Masahiro Yamada