Re: [RFC PATCH 00/11] output a valid shell script when running 'make -n'

2024-11-02 Thread Nicolas Schier
On Mon, Aug 19, 2024 at 06:02:57PM +0200 Vegard Nossum wrote: > This patch series lets 'make -n' output a shell script that can be > used to build the kernel without any further use of make. For example: > > make defconfig > > # ensure some build prerequisites are built > make prepare

Re: [RFC PATCH 00/11] output a valid shell script when running 'make -n'

2024-09-25 Thread Vegard Nossum
Hi, I didn't receive a single comment on this patch series since I submitted it a month ago, but I understand it's been busy with conferences and the merge window. I've rebased it on latest mainline (including the kbuild-6.12 merge) and there's just one tiny trivial conflict. Can/should I wait