[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Run cross-compilation-aware install wrapper script.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1220022401 -3600 # Node ID 1721689cc8343bfc7a3a57f1a6894dae46457b34 # Parent 10e0e90831f0c92cb15e69198e8895b72102939a Run cross-compilation-aware install wrapper script. Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx> --- config/StdGNU.mk | 2 +- tools/Makefile | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff -r 10e0e90831f0 -r 1721689cc834 config/StdGNU.mk --- a/config/StdGNU.mk Fri Aug 29 11:13:41 2008 +0100 +++ b/config/StdGNU.mk Fri Aug 29 16:06:41 2008 +0100 @@ -16,7 +16,7 @@ MSGMERGE = msgmerge # Allow git to be wrappered in the environment GIT ?= git -INSTALL = install +INSTALL = $(XEN_ROOT)/tools/cross-install INSTALL_DIR = $(INSTALL) -d -m0755 -p INSTALL_DATA = $(INSTALL) -m0644 -p INSTALL_PROG = $(INSTALL) -m0755 -p diff -r 10e0e90831f0 -r 1721689cc834 tools/Makefile --- a/tools/Makefile Fri Aug 29 11:13:41 2008 +0100 +++ b/tools/Makefile Fri Aug 29 16:06:41 2008 +0100 @@ -59,8 +59,7 @@ ifneq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ ifneq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH)) IOEMU_CONFIGURE_CROSS ?= --cpu=$(XEN_TARGET_ARCH) \ --cross-prefix=$(CROSS_COMPILE) \ - --interp-prefix=$(CROSS_SYS_ROOT) \ - --install=$(CURDIR)/cross-install + --interp-prefix=$(CROSS_SYS_ROOT) endif ioemu/config-host.mak: _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |