Re: stack trace
Renato Golin <[email protected]>
| Newsgroups | gmane.comp.gnu.utils |
|---|---|
| Message-ID | <[email protected]> |
Henrik Carlqvist wrote: > Try "make -d" > > Running make -d will also make you aware of a lot o rules that are built > into make. Hi Henrik, thanks for the answer. The -d option is highly verbose and helps for small tasks, but for a Makefile that the output is already thousands of lines will drive me crazy! ;) --renato