Re: Cross compiling Winboard in Linux
Arun Persaud <[email protected]>
| Newsgroups | gmane.comp.gnu.xboard.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi > Isn't there a simple way to prevent make from aborting when a command > produces an error, like writing > > command || true in a Makefile you can use -command see http://www.gnu.org/software/make/manual/make.html#Errors Arun