All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Re: [Xen-staging] [xen-unstable] Move generation of public header hierarchy into the tools.
       [not found] <200801261034.m0QAYMeB023442@latara.uk.xensource.com>
@ 2008-01-27 15:08 ` Alex Williamson
  2008-01-27 16:13   ` Bastian Blank
  2008-01-27 16:18   ` Bastian Blank
  0 siblings, 2 replies; 3+ messages in thread
From: Alex Williamson @ 2008-01-27 15:08 UTC (permalink / raw)
  To: Keir Fraser; +Cc: waldi, xen-devel


On Sat, 2008-01-26 at 10:34 +0000, Xen staging patchbot-unstable wrote:
> # HG changeset patch
> # User Keir Fraser
> # Date 1201343924 0
> # Node ID b9004e222fde51c1f37c1631d6783e3397f2eb5e
> # Parent  3d71b7bf06eaa0f8054dd7585405d9e49425e20c
> Move generation of public header hierarchy into the tools.
> 
> This patch merges the two versions of public header generation
> currently used in the build into one.
...
> diff -r 3d71b7bf06ea -r b9004e222fde tools/include/Makefile
> --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
> +++ b/tools/include/Makefile	Sat Jan 26 10:38:44 2008 +0000
...
> +	$(INSTALL_DATA) xen/arch-ia64/*.h $(DESTDIR)$(INCLUDEDIR)/xen/arch-x86

   Typo?

Signed-off-by: Alex Williamson <alex.williamson@hp.com>

diff -r f605f35bd6ba tools/include/Makefile
--- a/tools/include/Makefile	Sun Jan 27 13:03:10 2008 +0000
+++ b/tools/include/Makefile	Sun Jan 27 08:06:10 2008 -0700
@@ -29,7 +29,7 @@ install: all
 	$(INSTALL_DIR) $(DESTDIR)$(INCLUDEDIR)/xen/xsm
 	$(INSTALL_DATA) xen/COPYING $(DESTDIR)$(INCLUDEDIR)/xen
 	$(INSTALL_DATA) xen/*.h $(DESTDIR)$(INCLUDEDIR)/xen
-	$(INSTALL_DATA) xen/arch-ia64/*.h $(DESTDIR)$(INCLUDEDIR)/xen/arch-x86
+	$(INSTALL_DATA) xen/arch-ia64/*.h $(DESTDIR)$(INCLUDEDIR)/xen/arch-ia64
 	$(INSTALL_DATA) xen/arch-x86/*.h $(DESTDIR)$(INCLUDEDIR)/xen/arch-x86
 	$(INSTALL_DATA) xen/foreign/*.h $(DESTDIR)$(INCLUDEDIR)/xen/foreign
 	$(INSTALL_DATA) xen/hvm/*.h $(DESTDIR)$(INCLUDEDIR)/xen/hvm

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

* Re: [PATCH] Re: [Xen-staging] [xen-unstable] Move generation of public header hierarchy into the tools.
  2008-01-27 15:08 ` [PATCH] Re: [Xen-staging] [xen-unstable] Move generation of public header hierarchy into the tools Alex Williamson
@ 2008-01-27 16:13   ` Bastian Blank
  2008-01-27 16:18   ` Bastian Blank
  1 sibling, 0 replies; 3+ messages in thread
From: Bastian Blank @ 2008-01-27 16:13 UTC (permalink / raw)
  To: Alex Williamson; +Cc: Keir Fraser, xen-devel

On Sun, Jan 27, 2008 at 08:08:10AM -0700, Alex Williamson wrote:
> > +	$(INSTALL_DATA) xen/arch-ia64/*.h $(DESTDIR)$(INCLUDEDIR)/xen/arch-x86
> 
>    Typo?

Yes.

> Signed-off-by: Alex Williamson <alex.williamson@hp.com>
Signed-off-by: Bastian Blank <waldi@debian.org>

> diff -r f605f35bd6ba tools/include/Makefile
> --- a/tools/include/Makefile	Sun Jan 27 13:03:10 2008 +0000
> +++ b/tools/include/Makefile	Sun Jan 27 08:06:10 2008 -0700
> @@ -29,7 +29,7 @@ install: all
>  	$(INSTALL_DIR) $(DESTDIR)$(INCLUDEDIR)/xen/xsm
>  	$(INSTALL_DATA) xen/COPYING $(DESTDIR)$(INCLUDEDIR)/xen
>  	$(INSTALL_DATA) xen/*.h $(DESTDIR)$(INCLUDEDIR)/xen
> -	$(INSTALL_DATA) xen/arch-ia64/*.h $(DESTDIR)$(INCLUDEDIR)/xen/arch-x86
> +	$(INSTALL_DATA) xen/arch-ia64/*.h $(DESTDIR)$(INCLUDEDIR)/xen/arch-ia64
>  	$(INSTALL_DATA) xen/arch-x86/*.h $(DESTDIR)$(INCLUDEDIR)/xen/arch-x86
>  	$(INSTALL_DATA) xen/foreign/*.h $(DESTDIR)$(INCLUDEDIR)/xen/foreign
>  	$(INSTALL_DATA) xen/hvm/*.h $(DESTDIR)$(INCLUDEDIR)/xen/hvm

Bastian

-- 
Is truth not truth for all?
		-- Natira, "For the World is Hollow and I have Touched
		   the Sky", stardate 5476.4.

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

* Re: [PATCH] Re: [Xen-staging] [xen-unstable] Move generation of public header hierarchy into the tools.
  2008-01-27 15:08 ` [PATCH] Re: [Xen-staging] [xen-unstable] Move generation of public header hierarchy into the tools Alex Williamson
  2008-01-27 16:13   ` Bastian Blank
@ 2008-01-27 16:18   ` Bastian Blank
  1 sibling, 0 replies; 3+ messages in thread
From: Bastian Blank @ 2008-01-27 16:18 UTC (permalink / raw)
  To: Alex Williamson; +Cc: Keir Fraser, xen-devel

On Sun, Jan 27, 2008 at 08:08:10AM -0700, Alex Williamson wrote:
> > +	$(INSTALL_DATA) xen/arch-ia64/*.h $(DESTDIR)$(INCLUDEDIR)/xen/arch-x86
> 
>    Typo?

This code is already gone.

Bastian

-- 
Only a fool fights in a burning house.
		-- Kank the Klingon, "Day of the Dove", stardate unknown

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

end of thread, other threads:[~2008-01-27 16:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <200801261034.m0QAYMeB023442@latara.uk.xensource.com>
2008-01-27 15:08 ` [PATCH] Re: [Xen-staging] [xen-unstable] Move generation of public header hierarchy into the tools Alex Williamson
2008-01-27 16:13   ` Bastian Blank
2008-01-27 16:18   ` Bastian Blank

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.