Code Comments
Programming Forum and web based access to our favorite programming groups.Hi i would like to know the options or technique to see all the execution of a make file, which includes the include make files. make -d option is not giving the sequence in included make files exection. Thanks in advance Amrith
Post Follow-up to this message"Amrith" <amrith.anandan@gmail.com> writes: > Hi i would like to know the options or technique to see all the > execution of a make file, which includes the include make files. > > make -d option is not giving the sequence in included make files > exection. If make -d doesn't tell you what you need, there is probably no way. Could you be a little more specific about what you want to know, and why? -- Måns Rullgård mru@inprovide.com
Post Follow-up to this messageWhat my exact requirement is to see the execution steps in the included make file.
Post Follow-up to this messageAmrith wrote: > What my exact requirement is to see the execution steps in the included > make file. You have simply to redirect output to a file using this syntax into the makefile: makefile_command > file_name
Post Follow-up to this messagewill it give the activity of the included make files
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.