[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-API] [PATCH] Minor makefile tweak
# 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 _______________________________________________ xen-api mailing list xen-api@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/mailman/listinfo/xen-api
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |