All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Williamson <alex.williamson@hp.com>
To: Keir Fraser <keir.fraser@citrix.com>
Cc: waldi@debian.org, xen-devel <xen-devel@lists.xensource.com>
Subject: [PATCH] Re: [Xen-staging] [xen-unstable] Move generation of public header hierarchy into the tools.
Date: Sun, 27 Jan 2008 08:08:10 -0700	[thread overview]
Message-ID: <1201446490.23562.20.camel@bling> (raw)
In-Reply-To: <200801261034.m0QAYMeB023442@latara.uk.xensource.com>


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

       reply	other threads:[~2008-01-27 15:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200801261034.m0QAYMeB023442@latara.uk.xensource.com>
2008-01-27 15:08 ` Alex Williamson [this message]
2008-01-27 16:13   ` [PATCH] Re: [Xen-staging] [xen-unstable] Move generation of public header hierarchy into the tools Bastian Blank
2008-01-27 16:18   ` Bastian Blank

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=1201446490.23562.20.camel@bling \
    --to=alex.williamson@hp.com \
    --cc=keir.fraser@citrix.com \
    --cc=waldi@debian.org \
    --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.