handling Make errors
Jeff Solheim <[email protected]>
| Newsgroups | gmane.comp.gnu.make.windows |
|---|---|
| Message-ID | <[email protected]> |
Hi. I'm using GNU Make 3.80. Within my Makefile_1, I am invoking Makefile_2. In certain circumstances, Makefile_2 "throws" an error. Is there a way for me to "catch" and "handle" (within Makefile_1) the error that Makefile_2 might possibly throw? Thank you for any advice you can provide.