"Eli Zaretskii" <[EMAIL PROTECTED]> wrote ... > > It's not that easy when recursive Make's are involved
absolutely true, at least for me. Hence for debugging I first run make "normal", btw. catch and copy the call into the recursive make, and then use this "recorded" parameters (plus some original arguments (MAKEFLAGS!)) to start the make again, but now inside the debugger ... this works in my case cause I have only a single level of recursion, at the very beginning. _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
