search for: ocaml_stdlib_dir

Displaying 6 results from an estimated 6 matches for "ocaml_stdlib_dir".

2011 Nov 25
2
[PATCH 6/7] Create 2 ocaml packages, libxen-4.1-ocaml and libxen-4.1-ocaml-dev.
...: install-hypervisor_$(ARCH)_$(FLAVOUR) binary-indep: install-docs @@ -71,6 +77,7 @@ $(STAMPS_DIR)/install-utils_$(ARCH): CONFIG = \ XEN_COMPILE_ARCH=$(XEN_ARCH) \ XEN_TARGET_ARCH=$(XEN_ARCH) \ XEN_VERSION=$(VERSION) \ + OCAMLDESTDIR=$(CURDIR)/$(BUILD_DIR)/install-utils_$(ARCH)_ocaml/$(OCAML_STDLIB_DIR) \ PYTHON=$(shell pyversions -r) $(STAMPS_DIR)/build-utils_$(ARCH): DIR=$(BUILD_DIR)/build-utils_$(ARCH) @@ -82,6 +89,7 @@ $(STAMPS_DIR)/install-utils_$(ARCH): DIR = $(BUILD_DIR)/build-utils_$(ARCH) $(STAMPS_DIR)/install-utils_$(ARCH): INSTALL_DIR = $(BUILD_DIR)/install-utils_$(ARCH) $(STAM...
2011 Nov 29
6
[OCAML 0/7] V4 or so of the xen ocaml packaging patches
Here is the latest version of the patches to package the ocaml libraries. Changes since last time: * rename the packages from libxen-4.1-ocaml* to libxen-ocaml* - we wont be looking to install multiple concurrent versions of the same package, so the version doesn't need to be in the package name * Removed superfluous GENCONTROL definitions - dh_ocaml does what we need * Removed
2015 Jan 22
0
Ubuntu delta against 4.5.0-1 in experimental for disussion
...0/debian/rules.real 2015-01-22 11:44:54.000000000 +0100 > @@ -95,7 +95,6 @@ > EXTRA_CFLAGS_XEN_TOOLS="$(CFLAGS)" \ > APPEND_CPPFLAGS="$(CPPFLAGS)" \ > APPEND_LDFLAGS="$(LDFLAGS)" \ > - OCAMLDESTDIR=$(CURDIR)/$(BUILD_DIR)/install-utils_$(ARCH)/$(OCAML_STDLIB_DIR) \ > PYTHON=$(shell pyversions -r) > > $(STAMPS_DIR)/build-utils_$(ARCH): DIR=$(BUILD_DIR)/build-utils_$(ARCH) > @@ -152,6 +151,9 @@ > dh_testroot > dh_prep > dh_installdirs boot > + dh_installdirs etc/default/grub.d > + install -D -m644 debian/xen-hypervisor-$...
2015 Jan 22
5
Ubuntu delta against 4.5.0-1 in experimental for disussion
...000000 +0100 +++ xen-4.5.0/debian/rules.real 2015-01-22 11:44:54.000000000 +0100 @@ -95,7 +95,6 @@ EXTRA_CFLAGS_XEN_TOOLS="$(CFLAGS)" \ APPEND_CPPFLAGS="$(CPPFLAGS)" \ APPEND_LDFLAGS="$(LDFLAGS)" \ - OCAMLDESTDIR=$(CURDIR)/$(BUILD_DIR)/install-utils_$(ARCH)/$(OCAML_STDLIB_DIR) \ PYTHON=$(shell pyversions -r) $(STAMPS_DIR)/build-utils_$(ARCH): DIR=$(BUILD_DIR)/build-utils_$(ARCH) @@ -152,6 +151,9 @@ dh_testroot dh_prep dh_installdirs boot + dh_installdirs etc/default/grub.d + install -D -m644 debian/xen-hypervisor-$(VERSION).xen.cfg \ + debian/$(PACKAGE_NAME)...
2011 Nov 15
6
[OCAML 0/7] Xen ocaml library packaging
This is an update to the patches sent out on 25th October. I expect, as before, that some of the larger patches won't get to the list so they are also available here: https://github.com/jonludlam/pkg-xen/commits/for-debian6. Changes since last mail: * I have split out the unrelated change to include 2 extra header files in libxen-dev * I have removed some instances of brace expansion
2016 Dec 19
1
How to create Debian packages for release 3.9.0
Hello, Le 12/12/2016 à 18:29, Hans Wennborg a écrit : > +Sylvestre who knows about these things. > > On Thu, Dec 8, 2016 at 2:24 AM, Kris van Rens via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> L.S., >> >> I'm currently in the process of creating Debian packages for >> clang/llvm release 3.9.0. For this I'm using the steps as explained on