|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] separate installation of headers from the linux tree int
# HG changeset patch
# User vhanquez@xxxxxxxxxxxxxxxxxxxxxxx
# Node ID d92a68e6faa95c2241e147c759ecbcc3946b74ac
# Parent e93340cf4d02e3d4d3166769617981b8d9892432
separate installation of headers from the linux tree into a new guest-header
directory under tools.
Signed-off-by: Vincent Hanquez <vincent@xxxxxxxxxxxxx>
diff -r e93340cf4d02 -r d92a68e6faa9 linux-2.6-xen-sparse/arch/xen/Makefile
--- a/linux-2.6-xen-sparse/arch/xen/Makefile Fri Jan 6 22:07:04 2006
+++ b/linux-2.6-xen-sparse/arch/xen/Makefile Sat Jan 7 01:31:04 2006
@@ -77,8 +77,6 @@
install -m0664 .config
$(INSTALL_PATH)/boot/config-$(XINSTALL_NAME)$(INSTALL_SUFFIX)
install -m0664 System.map
$(INSTALL_PATH)/boot/System.map-$(XINSTALL_NAME)$(INSTALL_SUFFIX)
ln -f -s vmlinuz-$(XINSTALL_NAME)$(INSTALL_SUFFIX)
$(INSTALL_PATH)/boot/vmlinuz-$(VERSION).$(PATCHLEVEL)$(XENGUEST)$(INSTALL_SUFFIX)
- mkdir -p $(INSTALL_PATH)/usr/include/xen/linux
- install -m0644 $(srctree)/include/asm-xen/linux-public/*.h
$(INSTALL_PATH)/usr/include/xen/linux
archclean:
@if [ -e arch/xen/arch ]; then $(MAKE) $(clean)=arch/xen/arch; fi;
diff -r e93340cf4d02 -r d92a68e6faa9 tools/Makefile
--- a/tools/Makefile Fri Jan 6 22:07:04 2006
+++ b/tools/Makefile Sat Jan 7 01:31:04 2006
@@ -12,6 +12,7 @@
SUBDIRS += security
SUBDIRS += console
SUBDIRS += xenmon
+SUBDIRS += guest-headers
ifeq ($(VTPM_TOOLS),y)
SUBDIRS += vtpm_manager
SUBDIRS += vtpm
diff -r e93340cf4d02 -r d92a68e6faa9 tools/guest-headers/Makefile
--- /dev/null Fri Jan 6 22:07:04 2006
+++ b/tools/guest-headers/Makefile Sat Jan 7 01:31:04 2006
@@ -0,0 +1,11 @@
+
+XEN_ROOT=../..
+linuxsparsetree = $(XEN_ROOT)/linux-2.6-xen-sparse
+
+check:
+
+install:
+ mkdir -p $(DESTDIR)/usr/include/xen/linux
+ install -m0644 $(linuxsparsetree)/include/asm-xen/linux-public/*.h
$(DESTDIR)/usr/include/xen/linux
+
+clean:
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] separate installation of headers from the linux tree into a new guest-header,
Xen patchbot -unstable <=
|
|
|
|
|