ports/lang/haxe/patches/patch-ocamldeps_ocaml-migrate-parsetree_Makefile

14 lines
346 B
Text

Make dune build verbose
Index: ocamldeps/ocaml-migrate-parsetree/Makefile
--- ocamldeps/ocaml-migrate-parsetree/Makefile.orig
+++ ocamldeps/ocaml-migrate-parsetree/Makefile
@@ -7,7 +7,7 @@ INSTALL_ARGS := $(if $(PREFIX),--prefix $(PREFIX),)
.PHONY: all
all:
- dune build @install
+ dune build @install --verbose
.PHONY: install
install: