aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs
diff options
context:
space:
mode:
authorcl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>2004-11-04 21:07:49 +0000
committercl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>2004-11-04 21:07:49 +0000
commit20fefc47d179e310bcf465c815d8f2254003fe27 (patch)
treeae596e672ad91bc8b892052aced4ba16d23ba3ad /buildconfigs
parent6325df3f26a52eaf193982cd484559010b9d4670 (diff)
downloadxen-20fefc47d179e310bcf465c815d8f2254003fe27.tar.gz
xen-20fefc47d179e310bcf465c815d8f2254003fe27.tar.bz2
xen-20fefc47d179e310bcf465c815d8f2254003fe27.zip
bitkeeper revision 1.1159.1.376 (418a9a25fHC8gx6xTiVkVtnHc_Q1hw)
mk.linux-2.4-xenU: Remove ebtables dependency for xenU kernel Makefile.
Diffstat (limited to 'buildconfigs')
-rw-r--r--buildconfigs/mk.linux-2.4-xenU6
1 files changed, 1 insertions, 5 deletions
diff --git a/buildconfigs/mk.linux-2.4-xenU b/buildconfigs/mk.linux-2.4-xenU
index 9469644531..e4d071e846 100644
--- a/buildconfigs/mk.linux-2.4-xenU
+++ b/buildconfigs/mk.linux-2.4-xenU
@@ -17,11 +17,7 @@ build: $(LINUX_DIR)
$(MAKE) -C $(LINUX_DIR) ARCH=xen INSTALL_MOD_PATH=$(INSTALL_DIR) modules_install
$(MAKE) -C $(LINUX_DIR) ARCH=xen INSTALL_PATH=$(INSTALL_DIR) install
-patches/ebtables.diff:
- mkdir -p patches
- wget http://www.cl.cam.ac.uk/netos/xen/downloads/ebtables-brnf-5_vs_2.4.27.diff.gz -O- | gunzip -c > $@
-
-$(LINUX_DIR): pristine-linux-$(LINUX_VER) patches/ebtables.diff
+$(LINUX_DIR): pristine-linux-$(LINUX_VER)
rm -rf $(LINUX_DIR)
cp -al pristine-linux-$(LINUX_VER) $(LINUX_DIR)
# Apply arch-xen patches