On Mon, 2022-08-15 at 22:24 -0400, Dmitry Goncharov wrote:
> make-4.3 lets the user control (via presence or absence of +) if a
> particular sub-process should participate in the jobserver business.
> The current master, on the other hand, is "everyting is up to the
> sub-make".
> E.g.
> all:; make
sorry, just realized that this needs support from the compiler.
Jack
ljh@qq.com
---原始邮件---
发件人:ljh"
发送时间:"8/16/2022, 11:02:48 PM"
收件人:"bug-make"
主题:Generating prerequisites automatically - for C++20 modules
Hello list,
Can make provide an option to support C++20 modules, simila
Hello list,
Can make provide an option to support C++20 modules, similar to the -MMD -MP
option for generating .d files for header files inclusion. So we don't have to
list the dependencies manually
main.o: x.o y.o z.o
x.o: y.o z.o
Thanks