ports/devel/dune/patches/patch-Makefile

14 lines
295 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Respect MAKE_JOBS during bootstrap phase
Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -47,7 +47,7 @@ release: $(BIN)
@$(BIN) build @install -p dune --profile dune-bootstrap
$(BIN):
- @ocaml boot/bootstrap.ml
+ @ocaml boot/bootstrap.ml -j $(JOBS)
dev: $(BIN)
$(BIN) build @install