WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

[Xen-API] [PATCH] Minor makefile tweak

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH] Minor makefile tweak
From: David Scott <dave.scott@xxxxxxxxxxxxx>
Date: Tue, 19 Jan 2010 15:17:37 +0000
Delivery-date: Tue, 19 Jan 2010 07:10:53 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User David Scott <dave.scott@xxxxxxxxxxxxx>
# Date 1263914234 0
# Node ID d062b05c786746edc58629bf4128aa5444f853d9
# Parent  fedd6ba286b7c045fd9ebcd4f35da83a871dacc7
CA-36206: the sdk-install target needs to include at least the results of the 
regular install target.

Otherwise the SDK build is incomplete and xapi won't start

Signed-off-by: David Scott <dave.scott@xxxxxxxxxxxxx>

diff -r fedd6ba286b7 -r d062b05c7867 ocaml/license/OMakefile
--- a/ocaml/license/OMakefile   Fri Jan 15 18:07:00 2010 +0000
+++ b/ocaml/license/OMakefile   Tue Jan 19 15:17:14 2010 +0000
@@ -26,6 +26,9 @@
        mkdir -p $(DIST)/staging/opt/xensource/bin
        $(IPROG) v6d-reopen-logs $(DIST)/staging/opt/xensource/bin
 
+.PHONY: sdk-install
+sdk-install: install
+
 .PHONY: clean
 
 clean:
1 file changed, 3 insertions(+)
ocaml/license/OMakefile |    3 +++


Attachment: xen-api.hg.patch
Description: Text Data

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-API] [PATCH] Minor makefile tweak, David Scott <=