|
|
|
|
|
|
|
|
|
|
xen-api
[Xen-API] [PATCH 3 of 3] Install additional packages
# HG changeset patch
# User root@xxxxxxxxxxxxxxxxxxxxx
# Date 1290004675 18000
# Node ID 56f040418b89013cc5773c8a4da3644a59e91a6a
# Parent cf457090b419139cf5a67382e4ce8a44f03c4539
Install additional packages
These were built but not installed but were used by something down the build
chain.
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
diff -r cf457090b419 -r 56f040418b89 Makefile
--- a/Makefile Wed Nov 17 09:37:55 2010 -0500
+++ b/Makefile Wed Nov 17 09:37:55 2010 -0500
@@ -46,6 +46,10 @@ build: srpm $(MY_SOURCES)/MANIFEST
$(RPMBUILD) --target $(DOMAIN0_ARCH_OPTIMIZED) -bb
$(RPM_SPECSDIR)/omake.spec
$(RPM) -ihv $(RPM_BINDIR)/omake* || echo omake is already installed
$(RPMBUILD) --target $(DOMAIN0_ARCH_OPTIMIZED) -bb
$(RPM_SPECSDIR)/xmlm.spec $(RPM_SPECSDIR)/getopt.spec
$(RPM_SPECSDIR)/type-conv.spec
+ $(RPM) -ivh $(RPM_BINDIR)/ocaml-xmlm*.rpm || echo ocaml-xmlm is already
installed
+ $(RPM) -ivh $(RPM_BINDIR)/ocaml-getopt*.rpm || echo ocaml-getopt is
already installed
+ $(RPM) -ivh $(RPM_BINDIR)/ocaml-type-conv*.rpm || echo ocaml-type-conv
is already installed
+
.PHONY: srpm
srpm:
_______________________________________________
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] Re: [Xen-devel] XCP: Allow XCP to use ocaml library bindings in Xen unstable (which will become Xen 4.1), Ian Campbell
- [Xen-API] [PATCH 0 of 3] XCP: Allow XCP to use ocaml library bindings in Xen unstable (which will become Xen 4.1) -- xen-dist-ocaml.hg, Ian Campbell
- [Xen-API] [PATCH 0 of 9] XCP: Allow XCP to use ocaml library bindings in Xen unstable (which will become Xen 4.1) -- xen-4.1.pq.hg, Ian Campbell
- [Xen-API] [PATCH 1 of 9] XCP.PQ: Add a new hypercall and libxc wrapper to get the CPUID feature leaves, Ian Campbell
- [Xen-API] [PATCH 2 of 9] XCP.PQ: Collect domain runstate information in the hypervisor, and export, Ian Campbell
- [Xen-API] [PATCH 3 of 9] PoC: ocaml: add bindings for get_boot_cpufeatures, Ian Campbell
- [Xen-API] [PATCH 4 of 9] PoC: ocaml: add bindings for get_runstate_info, Ian Campbell
- [Xen-API] [PATCH 5 of 9] PoC: libxc+ocaml: add interface to detect PV drivers in HVM guests, Ian Campbell
- [Xen-API] [PATCH 6 of 9] PoC: libxc+ocaml: add interfaces to manipulate various properties of HVM guests, Ian Campbell
- [Xen-API] [PATCH 7 of 9] PoC: libxc+ocaml: add interfaces to send triggers to HVM guests, Ian Campbell
- [Xen-API] [PATCH 8 of 9] PoC: ocaml: add binding to xc_domain_suppress_spurious_page_faults, Ian Campbell
- [Xen-API] [PATCH 9 of 9] HACK: Do not install some stuff which conflicts with out-off-tree XCP versions of the same, Ian Campbell
|
|
|
|
|