Re: What happened if I stop the "make check"?

2011-07-12 Thread Mike McCarty
Webmaster wrote: > Sometimes I don't have much time to wait it so I pressed Ctrl+C. Are > there any "side effects" if I stop it? It depends upon when it is done. If you simply $ make and then $ make check then likely there is no problem. If, however, the $ make check is the first command, th

Re: What happened if I stop the "make check"?

2011-07-11 Thread Bruce Dubbs
Webmaster wrote: > Sometimes I don't have much time to wait it so I pressed Ctrl+C. Are > there any "side effects" if I stop it? No. make check is always optional. However, you may miss an error caused by an earlier mistake and have a latent error in your build. That's a risk you have to decid

What happened if I stop the "make check"?

2011-07-11 Thread Webmaster
Sometimes I don't have much time to wait it so I pressed Ctrl+C. Are there any "side effects" if I stop it?-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page