Hi,
I want to redirect the error out of the Makefile to some log file and sends a mail to designer if the Makefile compilation fails.
I know with Makefile 2> error.log you can redirect warnings and error,but would like to know a better way of getting the exact error from error.log file and then sending a mail about the failure/s.
Regards,
Ranjan.
I want to redirect the error out of the Makefile to some log file and sends a mail to designer if the Makefile compilation fails.
I know with Makefile 2> error.log you can redirect warnings and error,but would like to know a better way of getting the exact error from error.log file and then sending a mail about the failure/s.
Regards,
Ranjan.