From 554a3a3375a568ba3fc44816ddf8e5568d7944a3 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 3 Jul 2008 10:44:13 +0100 Subject: Support building of out-of-tree merged qemu from git This provides support for building the new merged qemu from qemu-xen.git, or from a local checkout. The default is still to use the in-tree version, because the patchman infrastructure for testing, and propagation from staging to xen-unstable, needs a small amount of work to cope with git. Signed-off-by: Ian Jackson --- config/StdGNU.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/StdGNU.mk b/config/StdGNU.mk index c020357654..aaa89a2664 100644 --- a/config/StdGNU.mk +++ b/config/StdGNU.mk @@ -13,6 +13,9 @@ SIZEUTIL = $(CROSS_COMPILE)size MSGFMT = msgfmt MSGMERGE = msgmerge +# Allow git to be wrappered in the environment +GIT ?= git + INSTALL = install INSTALL_DIR = $(INSTALL) -d -m0755 -p INSTALL_DATA = $(INSTALL) -m0644 -p -- cgit v1.2.3