aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs/src.tarball
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@xensource.com>2007-05-31 14:51:09 +0100
committerIan Campbell <ian.campbell@xensource.com>2007-05-31 14:51:09 +0100
commita7cc66ccfc184794b1848102d097b89394263ecb (patch)
tree85a2fb636b480275265b6cc2d058cec0fad5ef87 /buildconfigs/src.tarball
parent06bdfbd284b63c5ace60a0dfa58463e9e51163ee (diff)
downloadxen-a7cc66ccfc184794b1848102d097b89394263ecb.tar.gz
xen-a7cc66ccfc184794b1848102d097b89394263ecb.tar.bz2
xen-a7cc66ccfc184794b1848102d097b89394263ecb.zip
Updates for XEN_LINUX_SOURCE=hg-clone.
By default search for mercurial repositories in $(LINUX_SRC_PATH) followed by a location derived from the current Xen repository's default parent. e.g. A clone of http://xenbits.xensource.com/xen-unstable.hg will derive http://xenbits.xensource.com/linux-2.6.18-xen.hg. A specific repository can be specified by giving XEN_LINUX_HGREPO=<URL or path> on the make command line. Add capability to put XEN_LINUX_UPDATE=y on the make command line to update the Linux repository. Disabled by default since we don't want to touch a developers repository without permission. Dropped XEN_LINUX_HGUPDATES since it was unecessary and confusing. Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
Diffstat (limited to 'buildconfigs/src.tarball')
-rw-r--r--buildconfigs/src.tarball2
1 files changed, 0 insertions, 2 deletions
diff --git a/buildconfigs/src.tarball b/buildconfigs/src.tarball
index 35f0860479..4717c416b7 100644
--- a/buildconfigs/src.tarball
+++ b/buildconfigs/src.tarball
@@ -3,8 +3,6 @@ XEN_LINUX_TARBALL ?= linux-$(LINUX_VER)-xen.tar.bz2
LINUX_SRCDIR ?= linux-$(LINUX_VER)
-# Setup Linux search path
-LINUX_SRC_PATH ?= .:..
vpath linux-%.tar.bz2 $(LINUX_SRC_PATH)
# download a pristine Linux kernel tarball if there isn't one in LINUX_SRC_PATH