On Fri, May 14, 2004 at 12:23:49PM +0200, Marco Gerards wrote:
> Barry deFreese <[EMAIL PROTECTED]> writes:
> Perhaps it is possible to make the build process
> stop whenever an error is encountered.  I assume this is just another
> configuration option.  I assume the build process uses something like
> "make -k" (please look it up in the make manual).  If so, you can
> better disable it to see what happens.

The 'Makefile' contained 'WORLDOPTS = -k' which was used when running
$ make World
Removing that line or (untested) running
$ make WORLDOPTS=''
solves that problem.

With XFree86 4.4.0 however '-k' was removed from 'WORLDOPTS'.


Regards,
 Thomas


_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to