[bug #62100] [PATCH] Add '--shuffle' argument support

2022-05-03 Thread Sergei Trofimovich
Follow-up Comment #4, bug #62100 (project make): Caught bugs in a few upstream projects. Two nice simple examples: - vim: https://github.com/vim/vim/pull/9978 - groff: https://savannah.gnu.org/bugs/?62084 ___ Reply to this item at:

[bug #62397] jobserver unavailable from $(shell $(MAKE)...)

2022-05-03 Thread Dmitry Goncharov
Follow-up Comment #3, bug #62397 (project make): For explanation of the warning see https://lists.gnu.org/archive/html/bug-make/2021-02/msg5.html. MAKEFLAGS= removes all flags. i'd rather use something like filter-out (or some other tool) to remove just the jobserver related flags.