diff -r 2ebb7f79e3bb xen/Makefile --- a/xen/Makefile Tue Apr 22 19:07:48 2008 +0100 +++ b/xen/Makefile Wed Apr 23 15:50:59 2008 +0900 @@ -91,6 +91,7 @@ include/xen/compile.h: include/xen/compi -e 's!@@changeset@@!$(shell ((hg parents --template "{date|date} {rev}:{node|short}" >/dev/null && hg parents --template "{date|date} {rev}:{node|short}") || echo "unavailable") 2>/dev/null)!g' \ < include/xen/compile.h.in > $@.new @grep \" .banner >> $@.new + @echo "" >> $@.new @grep -v \" .banner @mv -f $@.new $@