lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <CANiq72mbazF7b3sbH=9F=cHbTB_np=os+YzUPCzh=4HgEHsEKg@mail.gmail.com> Date: Sat, 31 Dec 2022 16:25:32 +0100 From: Miguel Ojeda <miguel.ojeda.sandonis@...il.com> To: Masahiro Yamada <masahiroy@...nel.org> Cc: linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org, Miguel Ojeda <ojeda@...nel.org>, Nathan Chancellor <nathan@...nel.org>, Nick Desaulniers <ndesaulniers@...gle.com>, Nicolas Schier <nicolas@...sle.eu>, Tom Rix <trix@...hat.com>, llvm@...ts.linux.dev 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@...nel.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
Powered by blists - more mailing lists