All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix compile error about compile.h
@ 2008-04-23  7:05 NISHIGUCHI Naoki
  2008-04-23  7:52 ` Keir Fraser
  0 siblings, 1 reply; 2+ messages in thread
From: NISHIGUCHI Naoki @ 2008-04-23  7:05 UTC (permalink / raw)
  To: xen devel

[-- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-04-23  7:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-23  7:05 [PATCH] Fix compile error about compile.h NISHIGUCHI Naoki
2008-04-23  7:52 ` Keir Fraser

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.