Bill Jonas on Thu, 4 Apr 2002 19:48:03 +0200 |
On Tue, Apr 02, 2002 at 12:14:53PM -0500, Mike Leone wrote: > make dep ; make clean ; make bzImage ; make modules ; make modules_install > > Isn't there some timing command I could issue before and after, to do that? Try it this way: # time make dep clean bzImage modules modules_install Or you could do it this way, if you prefer: # time (make dep && make clean && make bzImage && make modules && make modules_install) -- Bill Jonas * bill@billjonas.com * http://www.billjonas.com/ Developer/SysAdmin for hire! See http://www.billjonas.com/resume.html Attachment:
pgpFOIKyz4wMv.pgp
|
|