All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xentrace: fix xentrace_format install
@ 2010-05-14 13:26 Christoph Egger
  2010-05-14 14:37 ` Christoph Egger
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Egger @ 2010-05-14 13:26 UTC (permalink / raw)
  To: xen-devel

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


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: 627 bytes --]

diff -r 8802af055ce9 tools/xentrace/Makefile
--- a/tools/xentrace/Makefile	Fri May 14 10:42:50 2010 +0200
+++ b/tools/xentrace/Makefile	Fri May 14 15:21:38 2010 +0200
@@ -39,7 +39,7 @@ install: build
 	[ -z "$(LIBBIN)" ] || $(INSTALL_DIR) $(DESTDIR)$(PRIVATE_BINDIR)
 	$(INSTALL_DIR) $(DESTDIR)$(MAN1DIR)
 	$(INSTALL_DIR) $(DESTDIR)$(MAN8DIR)
-	$(INSTALL_PROG) $(BIN) $(SCRIPTS) $(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

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

end of thread, other threads:[~2010-05-14 14:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-14 13:26 [PATCH] xentrace: fix xentrace_format install Christoph Egger
2010-05-14 14:37 ` Christoph Egger

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.