A question about make install

2002-01-31 Thread Zhihui Zhang
Each time I modify some kernel source, I have to do the following two steps: (1) make (2) make install The second step also re-installs ALL modules even if I only modifies the kernel code (not any of the module code). Is there a better way to do this? Thanks, -Zhihui To Unsubscribe: send

Re: A question about make install

2002-01-31 Thread Chris Faulhaber
On Thu, Jan 31, 2002 at 01:19:21PM -0500, Zhihui Zhang wrote: Each time I modify some kernel source, I have to do the following two steps: (1) make (2) make install The second step also re-installs ALL modules even if I only modifies the kernel code (not any of the module code). Is

Re: A question about make install

2002-01-31 Thread Rogier R. Mulhuijzen
At 14:25 31-1-2002 -0500, Chris Faulhaber wrote: On Thu, Jan 31, 2002 at 01:19:21PM -0500, Zhihui Zhang wrote: Each time I modify some kernel source, I have to do the following two steps: (1) make (2) make install The second step also re-installs ALL modules even if I only