Rod Roark wrote:
> On Thu, 27 Jan 2000, Sander Smeenk wrote:
> > while (/bin/true); do make clean ; make -j 10 bzImage ; done
> > Why code that in C?
>
> Don't you want to test return codes in there, to make sure the loop
> stops on a sig11 or such?
I recommend you save the outputs of the makes into a file. They should
turn out to be the same size every time.
t=1
while (true)
do
make clean
make -j 10 bzImage | tee make.log.$t
t=`expr $t + 1`
done
If you get a sig11, you'll see a substantially shorter file.
This is completely stable on my system, by the way. Just letting X idle
causes lockups.
Roger.
--
** [EMAIL PROTECTED] ** http://www.BitWizard.nl/ ** +31-15-2137555 **
*-- BitWizard writes Linux device drivers for any device you may have! --*
"I didn't say it was your fault. I said I was going to blame it on you."
--
=- To unsubscribe, email [EMAIL PROTECTED] with the -=
=- body of "unsubscribe linux-abit". -=