All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix build w/ "--with-patched-kernel" on Ubuntu 8.10
@ 2008-12-17  3:08 Nolan
  2008-12-24 12:13 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Nolan @ 2008-12-17  3:08 UTC (permalink / raw)
  To: kvm

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)/)
 



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-12-24 12:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-17  3:08 [PATCH] fix build w/ "--with-patched-kernel" on Ubuntu 8.10 Nolan
2008-12-24 12:13 ` Avi Kivity

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.