Messages in this thread |  | | From | Miguel Ojeda <> | Date | Sat, 31 Dec 2022 16:25:32 +0100 | Subject | Re: [PATCH 2/6] fixdep: parse Makefile more correctly to handle comments etc. |
| |
On Sat, Dec 31, 2022 at 7:42 AM Masahiro Yamada <masahiroy@kernel.org> wrote: > > My main motivation is to drop comments. rustc may output comments > (e.g. env-dep). Currentyly, rustc build rules invoke sed to remove > comments, but it is more efficient to do it in fixdep.
Hmm... I couldn't apply this one, it turns out `#include <stdarg.h>` is gone. Adding it and adjusting the patch fixes it.
Cheers, Miguel
|  |