From e88a10e8c7cbeda42c18859427dae29470174ce1 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 18 Jun 2009 15:32:48 +0100 Subject: buildconfigs/src.git-clone: use git clone, avoid git remote git 1.4.x (which is on even some moderately recent systems) doesn't have the `git remote' command. This is what caused the most recent patchman build failure. The machinery in buildconfigs/src.git-clone was rather more complicated than needed, too. In this patch I replace this with a similar set of runes to those used for ioemu-remote (almost identical except that the QEMU_TAG feature is not supported in this instance). I have done a successful test build with this change. Cc: Ian Campbell Signed-off-by: Ian Jackson --- buildconfigs/mk.linux-2.6-pvops | 1 - 1 file changed, 1 deletion(-) (limited to 'buildconfigs/mk.linux-2.6-pvops') diff --git a/buildconfigs/mk.linux-2.6-pvops b/buildconfigs/mk.linux-2.6-pvops index 56e606f179..5f0f555a21 100644 --- a/buildconfigs/mk.linux-2.6-pvops +++ b/buildconfigs/mk.linux-2.6-pvops @@ -6,7 +6,6 @@ IMAGE_TARGET ?= bzImage XEN_LINUX_CONFIG_UPDATE := buildconfigs/enable-xen-config XEN_LINUX_GIT_URL ?= git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git -XEN_LINUX_GIT_REMOTENAME ?= xen XEN_LINUX_GIT_REMOTEBRANCH ?= xen-tip/master EXTRAVERSION ?= -- cgit v1.2.3