help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gmake -n doesnt help during recursive calls to make


From: Aditya Kher
Subject: gmake -n doesnt help during recursive calls to make
Date: Thu, 11 May 2006 18:30:56 -0700

folks,
I am using an elaborate build system that traverses large directory
tree and re-compiles the targets based on the dependencies.
As a part of this, there happen to be separate Makefiles in the
sub-directories which are called with appropriate command line
arguments. The calls are not necessarily done by #include
<Some-Makefile>. They are also done as
${MAKE} <some arguments>

My problem is gmake -n doesn't help in terms of dumping all the
"actual commands"  - since gmake comes out of different sub shells as
it progresses through the building of targets.

Is there any way I can do this?

-aditya




reply via email to

[Prev in Thread] Current Thread [Next in Thread]