From: NISHIGUCHI Naoki <nisiguti@jp.fujitsu.com>
To: xen devel <xen-devel@lists.xensource.com>
Subject: [PATCH] Fix compile error about compile.h
Date: Wed, 23 Apr 2008 16:05:12 +0900 [thread overview]
Message-ID: <480EDFA8.1050500@jp.fujitsu.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 413 bytes --]
Hi,
In Xen 3.2.1-rc7, compile error has occurred as follows.
In file included from version.c:1:
/xxx/xen-3.2-testing.hg/xen/include/xen/compile.h:13:21: error:
backslash-newline at end of file
make[4]: *** [version.o] Error 1
This error happens according to XEN_FULLVERSION in xen/Makefile.
Attached patch fixes this error.
Signed-off-by: Naoki Nishiguchi <nisiguti@jp.fujitsu.com>
Thanks,
Naoki Nishiguchi
[-- Attachment #2: banner.patch --]
[-- Type: text/plain, Size: 530 bytes --]
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 $@
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
next reply other threads:[~2008-04-23 7:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-23 7:05 NISHIGUCHI Naoki [this message]
2008-04-23 7:52 ` [PATCH] Fix compile error about compile.h Keir Fraser
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=480EDFA8.1050500@jp.fujitsu.com \
--to=nisiguti@jp.fujitsu.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.