aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs/mk.linux-2.6-xenU
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-05-14 10:14:54 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-05-14 10:14:54 +0000
commitc619da25a21bed47e4fa08ae840468468543cad5 (patch)
tree879d367276e526565e0881c71a7a181071a85375 /buildconfigs/mk.linux-2.6-xenU
parentde8b2ec1713b9ce922e85bf736da54d3a7d91a26 (diff)
downloadxen-c619da25a21bed47e4fa08ae840468468543cad5.tar.gz
xen-c619da25a21bed47e4fa08ae840468468543cad5.tar.bz2
xen-c619da25a21bed47e4fa08ae840468468543cad5.zip
bitkeeper revision 1.1159.258.126 (4285cf9es4gAxAYMAVfDwAUWmO6-Lw)
Many files: Move - into XENGUEST so builds without XENGUEST work better. Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Diffstat (limited to 'buildconfigs/mk.linux-2.6-xenU')
-rw-r--r--buildconfigs/mk.linux-2.6-xenU2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconfigs/mk.linux-2.6-xenU b/buildconfigs/mk.linux-2.6-xenU
index 7b2c7e291e..7a3951cd92 100644
--- a/buildconfigs/mk.linux-2.6-xenU
+++ b/buildconfigs/mk.linux-2.6-xenU
@@ -27,7 +27,7 @@ $(LINUX_DIR)/include/linux/autoconf.h: ref-$(OS)-$(LINUX_VER)/.valid-ref
./mkbuildtree ../$(LINUX_DIR) )
# Patch kernel Makefile to set EXTRAVERSION
( cd $(LINUX_DIR) ; \
- sed -e 's/^EXTRAVERSION.*/&-$$(XENGUEST)\nXENGUEST = $(EXTRAVERSION)/' Makefile >Mk.tmp ; \
+ sed -e 's/^EXTRAVERSION.*/&$$(XENGUEST)\nXENGUEST = -$(EXTRAVERSION)/' Makefile >Mk.tmp ; \
rm -f Makefile ; mv Mk.tmp Makefile )
# Re-use config from install dir if one exits else use default config
CONFIG_VERSION=$$(sed -ne 's/^EXTRAVERSION = //p' $(LINUX_DIR)/Makefile); \