[Pkg-xen-changes] r21 - in trunk/debian: . patches
Guido Trotter
ultrotter at costa.debian.org
Sat Feb 18 19:18:26 UTC 2006
Author: ultrotter
Date: 2006-02-18 19:18:26 +0000 (Sat, 18 Feb 2006)
New Revision: 21
Modified:
trunk/debian/patches/00list
trunk/debian/rules
Log:
It seems I've been able to create the pae hypervisor without the need to patch
upstream's Makefile, by just passing a variable... And of course it's better if
we patch as less as possible! So temporarily disabling dpatch file
30rename-pae-hypervisor and passing the TARGET variable when building the pae
hypervisor in debian/rules
Modified: trunk/debian/patches/00list
===================================================================
--- trunk/debian/patches/00list 2006-02-18 16:42:23 UTC (rev 20)
+++ trunk/debian/patches/00list 2006-02-18 19:18:26 UTC (rev 21)
@@ -1,3 +1,2 @@
10sysconfig
20lib64
-30rename-pae-hypervisor
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2006-02-18 16:42:23 UTC (rev 20)
+++ trunk/debian/rules 2006-02-18 19:18:26 UTC (rev 21)
@@ -37,7 +37,7 @@
$(MAKE) dist DESTDIR=$(CURDIR)/debian/install KERNELS= XEN_PYTHON_NATIVE_INSTALL=1 CC=$(CC) GCC=$(CC) HOSTCC=$(CC)
ifeq ($(DEB_BUILD_ARCH),i386)
$(MAKE) mrproper
- $(MAKE) xen DESTDIR=$(CURDIR)/debian/install KERNELS= GCC=$(CC) CC=$(CC) HOSTCC=$(CC) XEN_TARGET_X86_PAE=y
+ $(MAKE) xen DESTDIR=$(CURDIR)/debian/install KERNELS= GCC=$(CC) CC=$(CC) HOSTCC=$(CC) XEN_TARGET_X86_PAE=y TARGET=$(CURDIR)/xen/xen_pae
endif
$(MAKE) -C tools/examples install-udev DESTDIR=$(CURDIR)/debian/install
find $(CURDIR)/debian/install -name '*.pyc' | xargs rm
More information about the Pkg-xen-changes
mailing list