From: Keir Fraser Date: Fri, 29 Aug 2008 15:06:41 +0000 (+0100) Subject: Run cross-compilation-aware install wrapper script. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14113^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=309459216a3331c5d001db829802385eba39c644;p=xen.git Run cross-compilation-aware install wrapper script. Signed-off-by: Keir Fraser --- diff --git a/config/StdGNU.mk b/config/StdGNU.mk index aaa89a2664..a7263dcf40 100644 --- a/config/StdGNU.mk +++ b/config/StdGNU.mk @@ -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 --git a/tools/Makefile b/tools/Makefile index 159087eca1..ed206deba6 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -59,8 +59,7 @@ clean distclean: subdirs-clean 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: