Much appreciated Mr.Paul Smith for the replies. If first make uses some arguments and the sub-make uses different arguments, will the sub-make have a combination of the two sets of the arguments? So it inherits the arguments of its parent program and will have its own arguments too?
What will be the order of these two sets of the arguments? What set comes first? Sorry I have become confused. The first make invokes a shell and as the arguments of that shell will pass the invocation of the second make with its new arguments and also some old arguments from the first make? On Mon, Nov 15, 2010 at 4:43 PM, Paul Smith <[email protected]> wrote: > On Mon, 2010-11-15 at 13:12 +0330, ali hagigat wrote: >> If we invoke make with -j option and this make invokes another make, >> will that option(-j) will be considered for the second make? > > Yes. .NOTPARALLEL doesn't affect the set of options passed from the > first to the second make. It only affects the behavior of the first > make. > > -- > ------------------------------------------------------------------------------- > Paul D. Smith <[email protected]> Find some GNU make tips at: > http://www.gnu.org http://make.mad-scientist.net > "Please remain calm...I may be mad, but I am a professional." --Mad Scientist > > _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
