xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Christoph Egger <Christoph.Egger@amd.com>
To: xen-devel@lists.xensource.com
Subject: Re: [PATCH] xentrace: fix xentrace_format install
Date: Fri, 14 May 2010 16:37:19 +0200	[thread overview]
Message-ID: <201005141637.19661.Christoph.Egger@amd.com> (raw)
In-Reply-To: <201005141526.40830.Christoph.Egger@amd.com>

[-- Attachment #1: Type: text/plain, Size: 757 bytes --]


I overlooked a mistake in the patch. Corrected version attached.
I missed $(BIN) in the previous.

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>

On Friday 14 May 2010 15:26:40 Christoph Egger wrote:
> Hi!
>
> xentrace_format is a python script. So install it with
> $(INSTALL_PYTHON_PROG)  as we do with all other
> python programs.
>
> Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
>
> P.S.: Keir: Please apply this patch also to Xen-4.0-testing.



-- 
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Einsteinring 24, 85609 Dornach b. Muenchen
Geschaeftsfuehrer: Andrew Bowd, Thomas M. McCoy, Giuliano Meroni
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632

[-- Attachment #2: xen_xentrace_formats.diff --]
[-- Type: text/x-diff, Size: 672 bytes --]

diff -r 0ab7d4ed6532 tools/xentrace/Makefile
--- a/tools/xentrace/Makefile	Fri May 14 16:33:02 2010 +0200
+++ b/tools/xentrace/Makefile	Fri May 14 16:35:05 2010 +0200
@@ -39,7 +39,8 @@ install: build
 	[ -z "$(LIBBIN)" ] || $(INSTALL_DIR) $(DESTDIR)$(PRIVATE_BINDIR)
 	$(INSTALL_DIR) $(DESTDIR)$(MAN1DIR)
 	$(INSTALL_DIR) $(DESTDIR)$(MAN8DIR)
-	$(INSTALL_PROG) $(BIN) $(SCRIPTS) $(DESTDIR)$(BINDIR)
+	$(INSTALL_PROG) $(BIN) $(DESTDIR)$(BINDIR)
+	$(INSTALL_PYTHON_PROG) $(SCRIPTS) $(DESTDIR)$(BINDIR)
 	[ -z "$(LIBBIN)" ] || $(INSTALL_PROG) $(LIBBIN) $(DESTDIR)$(PRIVATE_BINDIR)
 	$(INSTALL_DATA) $(MAN1) $(DESTDIR)$(MAN1DIR)
 	$(INSTALL_DATA) $(MAN8) $(DESTDIR)$(MAN8DIR)

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

      reply	other threads:[~2010-05-14 14:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-14 13:26 [PATCH] xentrace: fix xentrace_format install Christoph Egger
2010-05-14 14:37 ` Christoph Egger [this message]

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=201005141637.19661.Christoph.Egger@amd.com \
    --to=christoph.egger@amd.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).