Alex Williamson
2008-Jan-27 15:08 UTC
[Xen-devel] [PATCH] Re: [Xen-staging] [xen-unstable] Move generation of public header hierarchy into the tools.
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-x86Typo? 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 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Bastian Blank
2008-Jan-27 16:13 UTC
[Xen-devel] Re: [PATCH] Re: [Xen-staging] [xen-unstable] Move generation of public header hierarchy into the tools.
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/hvmBastian -- Is truth not truth for all? -- Natira, "For the World is Hollow and I have Touched the Sky", stardate 5476.4. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Bastian Blank
2008-Jan-27 16:18 UTC
[Xen-devel] Re: [PATCH] Re: [Xen-staging] [xen-unstable] Move generation of public header hierarchy into the tools.
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 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel