Reputation: 4484
none of the --debug= flags seem to do it for me.
Upvotes: 6
Views: 3678
Reputation: 8611
make SHELL='sh -vx'
may also be helpful.
Reputation: 45115
Have you tried make -n ?
make -n
Upvotes: 4