On Sat, 7 Oct 2000, Alfred Perlstein wrote:

> Yes you're correct there will be problems with perl, that's 
> why you need a 4.x machine to do the building on and that's also
> why you may need several 'make -k installworld' runs to finally
> get a 'make installworld' to work.

How about:

sh -c "while true ; do make -k installworld && break ; done"

Would this work?  This is assuming that make -k returns a success
(0) error code when there are no errors.  Does make -k return an error
code when the last command in the Makefile is successful, even if there
are errors?

- Donn



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to