"ajlu" <[EMAIL PROTECTED]> wrote:
> I am new to make..
> 
> Let me know how to create a log file for make.( ie., I have a project
> with make file I wish to create a log file for this make file).

This solution is not really specific for make:

make |& tee myfile.log

regards Henrik
-- 
The address in the header is only to prevent spam. My real address is:
hc8(at)uthyres.com Examples of addresses which go to spammers:
[EMAIL PROTECTED] [EMAIL PROTECTED]

_______________________________________________
help-gnu-utils mailing list
help-gnu-utils@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-utils

Reply via email to