aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>2005-01-25 00:58:36 +0000
committeriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>2005-01-25 00:58:36 +0000
commitcb43f93e4858c324e60916667f0cc724e620480f (patch)
tree09fe24d9a2b02b05c93e7e46f056c6ccad23f8bd
parentf90f7afb43b62f6732a3fea284146e9e0577dad3 (diff)
downloadxen-cb43f93e4858c324e60916667f0cc724e620480f.tar.gz
xen-cb43f93e4858c324e60916667f0cc724e620480f.tar.bz2
xen-cb43f93e4858c324e60916667f0cc724e620480f.zip
bitkeeper revision 1.1159.223.31 (41f599bcklevTYwPtWQUZ7QK-azDbg)
Fix recent patch to change the way the version string is generated. Signed-off-by: ian.pratt@cl.cam.ac.uk
-rw-r--r--xen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/Makefile b/xen/Makefile
index 52810f207a..78d903eca6 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -65,7 +65,7 @@ include/xen/compile.h: include/xen/compile.h.in include/xen/banner.h
-e 's/@@version@@/$(XEN_VERSION)/g' \
-e 's/@@subversion@@/$(XEN_SUBVERSION)/g' \
-e 's/@@extraversion@@/$(XEN_EXTRAVERSION)/g' \
- -e 's/@@changeset@@/$(shell bk changes -nd':D: :T: :REV: :MD5KEY:' -r+ 2>/dev/null || echo information unavailable)/g' \
+ -e 's!@@changeset@@!$(shell bk changes -nd':D: :T: :REV: :MD5KEY:' -r+ 2>/dev/null || echo information unavailable)!g' \
< include/xen/compile.h.in > $@.new
cat include/xen/banner.h >> $@.new
mv $@.new $@