The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add `.NOTPARALLEL` directive to Makefile (close #252)

The cmdliner build system doesn't support parallel execution and
is prone to races (for instance, TOCTOU in `mkdir`).

authored by

Antonin Décimo and committed by
Daniel Bünzli
3fac124d e83051b9

+7
+6
vendor/opam/cmdliner/CHANGES.md
··· 1 + 2 + 3 + 4 + - Add `.NOTPARALLEL` to makefile. 5 + Thanks to Antonin Decimo for the report and patch (#252). 6 + 1 7 v2.1.0 2025-11-25 Zagreb 2 8 ------------------------ 3 9
+1
vendor/opam/cmdliner/Makefile
··· 134 134 build-native-dynlink build-byte-exe build-native-exe build-completions \ 135 135 prepare-prefix install-common install-byte install-native install-dynlink \ 136 136 install-exe install-completions build-man 137 + .NOTPARALLEL: