Date: Fri, 9 Jun 2006 09:27:34 -0400 From: Kris Kennaway <kris@obsecurity.org> To: Jona Joachim <jona.joachim@gmail.com> Cc: freebsd-ports@FreeBSD.org Subject: Re: make "make" ignore build errors Message-ID: <20060609132734.GA6953@xor.obsecurity.org> In-Reply-To: <44885E00.2000606@gmail.com> References: <44885E00.2000606@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 08, 2006 at 07:27:28PM +0200, Jona Joachim wrote: > Hi! >=20 > I wanted to know if it is possible to tell "make" that it should ignore > when an error occurs in the building process. > I'm the maintainer of the devel/tigcc port which is a collection of > tools to build binaries for the Texas Instruments graphing calculators > which run on Motorola 68k processors. The main part of this collection > is actually a patched gcc built for m68k-coff. > Building gcc 4.0.2 (the version supported by the latest tigcc) for 68k > will always fail because it will try to build stuff for m68k using the > GNU AS which it finds in the path, which will not support the 68k > platform in most cases: "as: unrecognized option `-mc68020'" > This isn't fatal however because when this point is reached in the > Makefile everything that is needed is already built and everything that > follows is not needed. I know that this is a dirty hack but there is no > other trivial way. > Is there a way to ignore this error and resume the build process for the > other tools? make -k is for this purpose, but this is obviously unacceptable to use in an official port. Kris --GvXjxJ+pjyke8COw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEiXdFWry0BWjoQKURAo39AKD5U4t9YTNg7fPZc+8acGmjRMh6wACgqR3u fEe8S6hc3R74XnR6Rha7HyI= =y8/P -----END PGP SIGNATURE----- --GvXjxJ+pjyke8COw--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060609132734.GA6953>