On Fri, Feb 25, 2022 at 03:30:59PM +0000, Christian Lindig wrote: > > > > On 25 Feb 2022, at 15:13, Anthony PERARD <[email protected]> wrote: > > > > This patch fix ".ocamldep.make" rule by always spelling the variable > > $(OCAML_TOPLEVEL). > > > > Signed-off-by: Anthony PERARD <[email protected]> > > --- > > > > Notes: > > v2: > > - new patch > > > > tools/ocaml/libs/eventchn/Makefile | 8 ++++---- > > tools/ocaml/libs/mmap/Makefile | 8 ++++---- > > tools/ocaml/libs/xb/Makefile | 8 ++++---- > > tools/ocaml/libs/xc/Makefile | 8 ++++---- > > tools/ocaml/libs/xentoollog/Makefile | 8 ++++---- > > tools/ocaml/libs/xl/Makefile | 8 ++++---- > > tools/ocaml/libs/xs/Makefile | 8 ++++---- > > tools/ocaml/Makefile.rules | 2 +- > > Acked-by: Christian Lindig <[email protected]> > > I am fine with this but in general think that the OCaml part should be built > using Dune (but invoked from Make), which is now the standard tool to build > OCaml projects and is simple, fast, and accurate. Edwin maintains such a > build for all development work on the OCaml side but it is not upstreamed.
ocaml-dune doesn't seems to be available on debian oldstable. So I don't think we can use it for now. But thanks for pointing that out. -- Anthony PERARD
