On Mon, Aug 19, 2024 at 06:03:04PM +0200, Vegard Nossum wrote: > Output 'make() { :; }' at the start of the script in order to make > all 'make' invocations in the resulting build script no-ops (GNU Make > will actually execute -- and print -- all recipe lines that include > $(MAKE), even when invoked with -n). > > Signed-off-by: Vegard Nossum <vegard.nossum@xxxxxxxxxx> > --- > Makefile | 6 ++++++ > 1 file changed, 6 insertions(+) Reviewed-by: Nicolas Schier <nicolas@xxxxxxxxx>