Re: [S-mailx] Doesn't parallel build

2022-02-01 Thread Steffen Nurpmeso
Hello again. Ross Burton wrote in : |Hi, | |An observation. This command isn't parallelised: | |$ make -j build | |This is because it immediately re-calls $(MAKE) in OBJDIR, but doesn't |pass $(MAKEFLAGS) so the -j is lost. (Answered in the other thread on this, too.) --steffen | |Der

[S-mailx] Doesn't parallel build

2022-02-01 Thread Ross Burton
Hi, An observation. This command isn't parallelised: $ make -j build This is because it immediately re-calls $(MAKE) in OBJDIR, but doesn't pass $(MAKEFLAGS) so the -j is lost. Ross