Re: [PATCH 5/5] selftests/nolibc: generate config automatically

2023-10-24 Thread Thomas Weißschuh
Oct 22, 2023 11:37:05 Willy Tarreau : > On Tue, Oct 10, 2023 at 02:34:00PM +0200, Thomas Weißschuh wrote: >> This new target generates a .config if none exists yet. >> >> Also drop the defconfig target with its hidden call to 'mrproper' which >> is fairly invasive. >> If users want to overwrite th

Re: [PATCH 5/5] selftests/nolibc: generate config automatically

2023-10-22 Thread Willy Tarreau
On Tue, Oct 10, 2023 at 02:34:00PM +0200, Thomas Weißschuh wrote: > This new target generates a .config if none exists yet. > > Also drop the defconfig target with its hidden call to 'mrproper' which > is fairly invasive. > If users want to overwrite their kernel existing kernel configuration > th