[kbuild-devel] Re: [PATCH] make: add modules_update target

2006-04-16 Thread Avi Kivity
Theodore Ts'o wrote: On Fri, Apr 14, 2006 at 10:06:56AM -0500, Kylene Jo Hall wrote: This new modules_update target only copies out modules that have changed, using cp -u. This less zealous method is a more efficient approach to module installation for kernel developers working on single,

[kbuild-devel] Re: [PATCH] make: add modules_update target

2006-04-16 Thread Avi Kivity
Dustin Kirkland wrote: On Fri, 2006-04-14 at 21:00 +0300, Avi Kivity wrote: How about using rsync with --delete as a substitute for cp (if rsync is available)? I thought about this, but a grep -r rsync didn't turn up any previous hits in the kernel build process. I didn't want