# HG changeset patch # User David Scott <[email protected]> # 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 <[email protected]> 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 +++
# HG changeset patch # User David Scott <[email protected]> # 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 <[email protected]> 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:
_______________________________________________ xen-api mailing list [email protected] http://lists.xensource.com/mailman/listinfo/xen-api
