From: prashanth Date: Fri, 27 Feb 2009 19:18:36 +0000 (-0800) Subject: [build] Make the ioemu build use the headers/libs from pciutils headers/libs from... X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=845d880e45f1a3a27b961fde6cec033d4dda1973;p=xenclient%2Fxen.git [build] Make the ioemu build use the headers/libs from pciutils headers/libs from buildroot, instead of the host system. This is accompanied by fixes to build.git and ioemu.git. --- diff --git a/tools/Makefile b/tools/Makefile index 8ae4933..eec3527 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -93,7 +93,7 @@ ioemu-dir-find: set -e; \ $(absolutify_xen_root); \ cd ioemu-dir; \ - ./xen-setup $(IOEMU_CONFIGURE_CROSS) + STAGING_ROOT=$(STAGING_ROOT) ./xen-setup $(IOEMU_CONFIGURE_CROSS) subdir-all-ioemu-dir subdir-install-ioemu-dir: ioemu-dir-find