Re: [PATCH] Allow to override sync source

2009-05-17 Thread Avi Kivity
Jan Kiszka wrote: In order to allow sync'ing the kmod dir against arbitrary kernels trees, extend the sync script to accept alternative paths and adjust the Makefile accordingly. @@ -17,6 +17,7 @@ ORIGMODDIR = $(patsubst %/build,%/kernel,$(KERNELDIR)) rpmrelease = devel +KVM_VERSION = kvm-d

[PATCH] Allow to override sync source

2009-05-14 Thread Jan Kiszka
In order to allow sync'ing the kmod dir against arbitrary kernels trees, extend the sync script to accept alternative paths and adjust the Makefile accordingly. Signed-off-by: Jan Kiszka --- Makefile |3 ++- sync | 14 +++--- 2 files changed, 13 insertions(+), 4 deletions(-)