From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: Re: [PATCH] xentrace: fix xentrace_format install Date: Fri, 14 May 2010 16:37:19 +0200 Message-ID: <201005141637.19661.Christoph.Egger@amd.com> References: <201005141526.40830.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Boundary-00=_fAW7LKw9Pr7x+9Y" Return-path: In-Reply-To: <201005141526.40830.Christoph.Egger@amd.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org --Boundary-00=_fAW7LKw9Pr7x+9Y Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline I overlooked a mistake in the patch. Corrected version attached. I missed $(BIN) in the previous. Signed-off-by: Christoph Egger 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 > > 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 --Boundary-00=_fAW7LKw9Pr7x+9Y Content-Type: text/x-diff; charset="iso 8859-15"; name="xen_xentrace_formats.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xen_xentrace_formats.diff" 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) --Boundary-00=_fAW7LKw9Pr7x+9Y Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --Boundary-00=_fAW7LKw9Pr7x+9Y--