How to trace a recursive make?
Posted
by HandyGandy
on Stack Overflow
See other posts from Stack Overflow
or by HandyGandy
Published on 2010-02-22T04:07:06Z
Indexed on
2010/04/17
16:43 UTC
Read the original article
Hit count: 243
I need to work on a system that uses automake tools and makes recursively.
'make -n' only traces the top level of make.
Is there a way to cause make to execute a make -n whenever he encounters a make command?
© Stack Overflow or respective owner