direct-io.hg
changeset 3516:1a4f61d36171
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
Fix recent patch to change the way the version string is generated.
Signed-off-by: ian.pratt@cl.cam.ac.uk
author | iap10@freefall.cl.cam.ac.uk |
---|---|
date | Tue Jan 25 00:58:36 2005 +0000 (2005-01-25) |
parents | e2f1686415aa |
children | 3ae1a25d0325 |
files | xen/Makefile |
line diff
1.1 --- a/xen/Makefile Mon Jan 24 22:54:02 2005 +0000 1.2 +++ b/xen/Makefile Tue Jan 25 00:58:36 2005 +0000 1.3 @@ -65,7 +65,7 @@ include/xen/compile.h: include/xen/compi 1.4 -e 's/@@version@@/$(XEN_VERSION)/g' \ 1.5 -e 's/@@subversion@@/$(XEN_SUBVERSION)/g' \ 1.6 -e 's/@@extraversion@@/$(XEN_EXTRAVERSION)/g' \ 1.7 - -e 's/@@changeset@@/$(shell bk changes -nd':D: :T: :REV: :MD5KEY:' -r+ 2>/dev/null || echo information unavailable)/g' \ 1.8 + -e 's!@@changeset@@!$(shell bk changes -nd':D: :T: :REV: :MD5KEY:' -r+ 2>/dev/null || echo information unavailable)!g' \ 1.9 < include/xen/compile.h.in > $@.new 1.10 cat include/xen/banner.h >> $@.new 1.11 mv $@.new $@