use BOOT_DIR as xen.gz install location
authorOlaf Hering <olaf@aepfle.de>
Wed, 23 Apr 2014 13:08:51 +0000 (15:08 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 23 Apr 2014 13:08:51 +0000 (15:08 +0200)
commit6475d700055fa952f7671cee982a23de2f5e4a7c
treed6096d501e8d9e43636419174a0ca3b935b141e6
parentcc01bd72a1ce1170d15e2b6edd888781ffee8596
use BOOT_DIR as xen.gz install location

Xen is currently installed into /boot, which is a hardcoded path. This
makes it impossible to install two xen.rpm packages from 'make rpmball'
in parallel because rpm complains about conflicting files.
Use BOOT_DIR to define the install path to make it possible to install
xen.gz below --prefix=.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Reviewed-by: Ian Campbell <ian.campbell@citrix.com>
config/StdGNU.mk
config/SunOS.mk
xen/Makefile