On Jan 02 2025, Junio C Hamano wrote: > And > > $ make SHELL=/bin/dash test > > does not seem to pass SHELL=/bin/dash down when it does this part of > the Makefile > > test: all > $(MAKE) -C t/ all > > at the top level. Oh well. Command line options (which include macro definitions) are passed implicitly to sub makes via the MAKEFLAGS env var. -- Andreas Schwab, schwab@xxxxxxxxxxxxxx GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."