And presumably any other distribution that puts only symlinks
in /lib/modules/<kernel>/build/...
Signed-off-by: Nolan Leake <nolan <at> sigbus.net>
diff --git a/kernel/Makefile b/kernel/Makefile
index 8315e3d..6bf474b 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -65,12 +65,12 @@ headers-new =
$(LINUX)/arch/$(ARCH_DIR)/include/asm/./kvm*.h \
header-sync:
rm -rf $T
- rsync -R \
+ rsync -R -L \
"$(LINUX)"/./include/linux/kvm*.h \
$(if $(wildcard $(headers-old)), $(headers-old)) \
$T/
$(if $(wildcard $(headers-new)), \
- rsync -R \
+ rsync -R -L \
$(wildcard $(headers-new)) \
$T/include/asm-$(ARCH_DIR)/)
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html