Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Dec 2000 03:36:33 -0500 (EST)
From:      Mike Nowlin <mike@argos.org>
To:        Alessandro de Manzano <demanzano@iol.it>
Cc:        Alfred Perlstein <bright@wintelcom.net>, stable@FreeBSD.ORG
Subject:   Re: make -j
Message-ID:  <Pine.LNX.4.21.0012200335390.32584-100000@jason.argos.org>
In-Reply-To: <Pine.LNX.4.21.0012200317540.32584-100000@jason.argos.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> ...now run "make -j3"
> Assuming that job 2 takes a while to run, and job 3 is really fast, the
> output of job 2 will be invalid, since job 1 hasn't completed yet,
> although the output of job 2 is >technically< valid (proper object code
> was created, although with the wrong "stuff".)
> 

Let me correct something:

Assuming that job 2 takes a while to run, and job 3 is really fast, the
output of job 3 will be invalid, since job 2 hasn't completed yet,
although the output of job 3 is >technically< valid (proper object code
was created, although with the wrong "stuff".)                                               


..  note the changed job numbers.

mike




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.21.0012200335390.32584-100000>