From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: [PATCH] xentrace: install formats file Date: Tue, 19 May 2009 11:30:44 +0200 Message-ID: <200905191130.44446.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Boundary-00=_ExnEKURpm/9/u+6" Return-path: 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=_ExnEKURpm/9/u+6 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, Attached patch installs the formats file needed for xentrace_format. Signed-off-by: Christoph Egger -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Karl-Hammerschmidt-Str. 34, 85609 Dornach b. Muenchen Geschaeftsfuehrer: Thomas M. McCoy, Giuliano Meroni Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen, HRB Nr. 43632 --Boundary-00=_ExnEKURpm/9/u+6 Content-Type: text/x-diff; charset="us-ascii"; name="xen_xentrace.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xen_xentrace.diff" diff -r 780041c4a96d tools/xentrace/Makefile --- a/tools/xentrace/Makefile Tue May 19 02:23:32 2009 +0100 +++ b/tools/xentrace/Makefile Tue May 19 11:26:51 2009 +0200 @@ -43,6 +43,7 @@ install: build [ -z "$(LIBBIN)" ] || $(INSTALL_PROG) $(LIBBIN) $(DESTDIR)$(PRIVATE_BINDIR) $(INSTALL_DATA) $(MAN1) $(DESTDIR)$(MAN1DIR) $(INSTALL_DATA) $(MAN8) $(DESTDIR)$(MAN8DIR) + $(INSTALL_DATA) formats $(DESTDIR)$(XEN_CONFIG_DIR) .PHONY: clean clean: --Boundary-00=_ExnEKURpm/9/u+6 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=_ExnEKURpm/9/u+6--