I need to look at which commands are being used by make, but running command make --dry-run does not show the commands used by an internal make -C /foo.
Is there any way to make this work recursively?
To allow -n to work recursively, invoke make recursively with $(MAKE) instead of just make.
foo:
$(MAKE) -C /foo
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With